Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: use_libuv was requested but PyTorch was build without libuv support #24

Open
zhangziliang04 opened this issue Aug 10, 2024 · 2 comments

Comments

@zhangziliang04
Copy link

zhangziliang04 commented Aug 10, 2024

when do:python train_fine_tune.py --datapath ./inputs/train/video_crop/Obama/ --only_fine_tune_dec:

RuntimeError: use_libuv was requested but PyTorch was build without libuv support

@zhangziliang04
Copy link
Author

I find the method to repair it:
pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu118

@tanshuai0219
Copy link
Owner

I find the method to repair it: pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu118

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants