You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently ran into an issue while using fashion-clip on a non-cuda device (Apple M1 Mac).
Error:
/opt/homebrew/Cellar/python@3.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/multiprocessing/resource_tracker.py:254:
UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown
Steps to recreate:
run this script on a device without cuda available
/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884
warnings.warn(
Map: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 142.35 examples/s]
0%| | 0/1 [00:00<?, ?it/s]Bus error: 10
/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Additonal context:
This issue is relatively new (within the last 6-7 days). I have had this script working for several weeks but when I went to run it a few days ago, I noticed it took extra long to start (perhaps downloading new resources), and I haven't been able to get it to work since then. Additionally, the script works flawlessly on my Windows PC with cuda available.
The text was updated successfully, but these errors were encountered:
Recently ran into an issue while using fashion-clip on a non-cuda device (Apple M1 Mac).
Error:
Steps to recreate:
run this script on a device without cuda available
Expected result:
Successful embedding
Current result:
Additonal context:
This issue is relatively new (within the last 6-7 days). I have had this script working for several weeks but when I went to run it a few days ago, I noticed it took extra long to start (perhaps downloading new resources), and I haven't been able to get it to work since then. Additionally, the script works flawlessly on my Windows PC with cuda available.
The text was updated successfully, but these errors were encountered: