You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1>runtime\python.exe gui_v1.py --pycmd runtime\python.exe --dml
2024-12-07 11:31:31 | INFO | faiss.loader | Loading faiss.
2024-12-07 11:31:31 | INFO | faiss.loader | Successfully loaded faiss.
2024-12-07 11:31:34 | INFO | configs.config | No supported Nvidia GPU found
overwrite preprocess and configs.json
2024-12-07 11:31:34 | INFO | configs.config | Use DirectML instead
Traceback (most recent call last):
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\gui_v1.py", line 954, in
gui = GUI()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\gui_v1.py", line 130, in init
self.config = Config()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 35, in wrapper
wrapper.instance = func(*args, **kwargs)
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 61, in init
self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 225, in device_config
self.device = torch_directml.device(torch_directml.default_device())
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\runtime\lib\site-packages\torch_directml\device.py", line 38, in device
raise Exception(f"Invalid device_id argument supplied {device_id}. device_id must be in range [0, {num_devices}).")
Exception: Invalid device_id argument supplied 0. device_id must be in range [0, 0).
The text was updated successfully, but these errors were encountered:
C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1>runtime\python.exe gui_v1.py --pycmd runtime\python.exe --dml
2024-12-07 11:31:31 | INFO | faiss.loader | Loading faiss.
2024-12-07 11:31:31 | INFO | faiss.loader | Successfully loaded faiss.
2024-12-07 11:31:34 | INFO | configs.config | No supported Nvidia GPU found
overwrite preprocess and configs.json
2024-12-07 11:31:34 | INFO | configs.config | Use DirectML instead
Traceback (most recent call last):
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\gui_v1.py", line 954, in
gui = GUI()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\gui_v1.py", line 130, in init
self.config = Config()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 35, in wrapper
wrapper.instance = func(*args, **kwargs)
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 61, in init
self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\configs\config.py", line 225, in device_config
self.device = torch_directml.device(torch_directml.default_device())
File "C:\Users\reem&roaa\Desktop\RVC1006AMD_Intel\RVC1006AMD_Intel1\runtime\lib\site-packages\torch_directml\device.py", line 38, in device
raise Exception(f"Invalid device_id argument supplied {device_id}. device_id must be in range [0, {num_devices}).")
Exception: Invalid device_id argument supplied 0. device_id must be in range [0, 0).
The text was updated successfully, but these errors were encountered: