python: command not found #20
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, me again.
I've got Ubuntu set up now, got ROCM installed and AFAIK working, but I get command not found errors when attempting to run the install script:
Is the script broken or is my system broken?
running this in terminal returns:
Many thanks for all your hard work.
MCS
Right, some installs will not have
python
as an alias. I'll push a fix out, although I swore I did this already before, but it might have gotten reverted during migration from the old repo.Should be remedied in commit
f119993fb5
.Can confirm remedied and holy moly is ROCm way faster.
Thank you so much.
Glad to hear.
Yeah, DirectML unfortunately is still in its infancy, and I need to do some patches where it'll do some calculations on CPU due to some unimplemented hardware-side functions. Even ignoring those, it still consumes a lot of VRAM and already performs slower compared to CUDA (my 2060 at batch size 1 generates faster than my 6800XT at batch size 16). But it works, and that's good enough for users who have no choice (or absolutely refuse to use Linux).