File "C:\Users\user\Desktop\Stable Diffusion Forge\stable-diffusion-webui-amdgpu-forge-main\venv\lib\site-packages\torch\jit\_recursive.py", line 61, in _compile_and_register_class script_class = torch._C._jit_script_class_compile( File "C:\Users\user\Desktop\Stable Diffusion Forge\stable...
- DeepSpeed version: not installed - PyTorch version (GPU?): 2.6.0+cpu (False) - Tensorflow version (GPU?): not installed (NA) - Flax version (CPU?/GPU?/TPU?): not installed (NA) - Jax version: not installed - JaxLib version: not installed - Using distributed or parallel set-up i...
Collaborator kiukchung commented Nov 19, 2024 • edited by pytorch-bot bot 🐛 Describe the bug In torch nightly (2.6.0.dev20241115+cu124) when torch.compile(mod, fullgraph=True) is called inside the with torch.device(...) context where the forward() method of the module registers ...
_check_return_codes(elapsed_time) File "/home/speediedan/repos/pytorch/torch/testing/_internal/common_distributed.py", line 816, in _check_return_codes raise RuntimeError(error) RuntimeError: Process 0 exited with error code 10 and exception: Traceback (most recent call last): File "/home...
PyTorch version: 2.4.1.post3 Is debug build: False CUDA used to build PyTorch: Could not collect ROCM used to build PyTorch: N/A OS: AlmaLinux release 8.9 (Midnight Oncilla) (x86_64) GCC version: (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20) Clang version: Could not collect CMake ...
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. However, this works perfectly with podman. I used pytorch to validate GPU is detected correctly and it does. ❯ podman run --rm -it --security-opt=label=disable \ ...
Your current environment Collecting environment information... PyTorch version: 2.3.0+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.4 LTS (x86_64) GCC version: (Ubuntu 11.4...
I have tested that on a gfx1032 GPU with pytorch mnist example. Make sure amdgpu kernel mode driver is installed. If you use a generic kernel on Ubuntu 20.04, install amdgpu kernel mode driver as following sudo apt-get update wget https://repo.radeon.com/amdgpu-install/22.10.3/ubuntu/...
jhoareau commented Mar 9, 2023 • edited by pytorch-bot bot 🐛 Describe the bug Using yesterday's CI build (possibly with previous builds too), I am getting the following error while trying to run torch.compile in dynamic mode for a simple TransformerEncoder with an embedding layer. Th...
This can work, but loading the model into the GPU memory causes the computer to lag. Checking the usage rates of the GPU and CPU shows they are not reaching 100%. The version of PyTorch being used is torch 2.5.0+rocm6.2, and the system version is Ubuntu 24.04.1 LTS. ...