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
When running sam2.1 training, the training code is: python training/train.py -c configs/train.yaml --use-cluster 0 --num-gpus 1, and the problem occurs hydra.errors.InstantiationException: Error in call to target ' training.trainer.Trainer':
RuntimeError('use_libuv was requested but PyTorch was build without libuv support')
full_key: trainer 。 What is libuv?
The text was updated successfully, but these errors were encountered:
When running sam2.1 training, the training code is: python training/train.py -c configs/train.yaml --use-cluster 0 --num-gpus 1, and the problem occurs hydra.errors.InstantiationException: Error in call to target ' training.trainer.Trainer':
RuntimeError('use_libuv was requested but PyTorch was build without libuv support')
full_key: trainer 。 What is libuv?
The text was updated successfully, but these errors were encountered: