Open View-my-Git-Lab-krafi opened 1 year ago
lspci 30:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c8)
please help me how can i set my gpu vega 8
from pytorch_lightning.cli import LightningCLI from osu_dreamer.model import Model from osu_dreamer.data import Data
if name == "main": cli = LightningCLI(Model, Data, fast_dev_run=True, gpus=0)
maybe i need to modify something like this ?
it not work
i am using AMD Ryzen 7 5700G Processor with Radeon Graphics Vega 8 graphics. with fedora linux