Skip to content
Discussion options

You must be logged in to vote

Couple of things, and that [Errno 28] is misleading here. Your / has 955G free (you showed it), and WSL's /tmp isn't a RAM disk, it lives on the ext4 VHDX, so this isn't a memory thing and bumping memory in .wslconfig won't change anything.

The detail that matters is where the venv is:

cd /mnt/c/Users/yoshiki/Downloads/
python3 -m venv ./openai-whisper

/mnt/c is your Windows C: drive mounted into WSL, and you said that drive has about 37 GB free. openai-whisper installs torch, and the default torch build drags the whole NVIDIA CUDA stack with it (nvidia-cublas, nvidia-cudnn, nvidia-cuda-runtime, triton, and friends), which unpacks to a lot. pip writes all of that onto the Windows drive be…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sugizo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants