ImportError: DLL load failed while importing torch_directml_native: The specified procedure could not be found. #344

Open
opened 2023-08-24 18:07:11 +00:00 by TheGODSENT · 3 comments

it could not load or import torch? how do i fix this? I am using AMD GPU so it is directml

it could not load or import torch? how do i fix this? I am using AMD GPU so it is directml
38 KiB
Owner

I can take a look when I get a moment to do a clean install under Windows with my 6800XT, but

PS

I feel like I vaguely recall that PowerShell has some weird oddities. Try running it under Command Prompt instead.

I can take a look when I get a moment to do a clean install under Windows with my 6800XT, but > PS I feel like I vaguely recall that PowerShell has some weird oddities. Try running it under Command Prompt instead.

Your torch lib versions are probably incompatible. You could try with these versions:

python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torch-directml==0.2.0.dev230426
Your torch lib versions are probably incompatible. You could try with these versions: ```python python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torch-directml==0.2.0.dev230426 ```
Author

Your torch lib versions are probably incompatible. You could try with these versions:

python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torch-directml==0.2.0.dev230426

tried this, still its showing me the same error? is there any way to install TTS on amd without these errors?

> Your torch lib versions are probably incompatible. You could try with these versions: > ```python > python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torch-directml==0.2.0.dev230426 > ``` tried this, still its showing me the same error? is there any way to install TTS on amd without these errors?
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#344
No description provided.