bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65127: Python-pytorch slow


From: Spencer Skylar Chan
Subject: bug#65127: Python-pytorch slow
Date: Wed, 9 Aug 2023 14:01:06 +0000

Hi Cayento,

Pytorch in Guix is not built with GPU support, so it will always use
the CPU even if a GPU is available. You can check the configuration
with =guix shell python-pytorch python -- python3 -c 'import torch;
print(torch.__config__.show())'=

Best,
Skylar





reply via email to

[Prev in Thread] Current Thread [Next in Thread]