Closed Yasand123 closed 8 months ago
Have you tried Miniconda? Can be installed on Windows, Mac and Linux.
Can't speak for Windows and Mac, but on Linux once you have it installed, just activate the env:
source minicondalocation/bin/activate
(e.g. in home: source ~/miniconda3/bin/activate
cd VoiceCraft
environment.yml
(it's similar to requirements.txt but for sharing conda environments)conda env create -f environment.yml
This will create a conda voicecraft env (which you can activate with conda activate voicecraft
with all the requirements installed).
Have you tried [Miniconda]
Just set it up. Thank you. Now I only have to figure out how to run it.
Have you tried [Miniconda]
Just set it up. Thank you. Now I only have to figure out how to run it.
Would you be great if you could please share the instructions to run on Apple SoC.
Thanks!
Conda is not available on all systems. Pip requirements.txt would be nice. Thank you.