mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2026-04-03 01:36:55 +02:00
hf model download
This commit is contained in:
@@ -20,7 +20,8 @@ RUN conda update -y -n base -c conda-forge conda && \
|
||||
conda run -n voicecraft pip install tensorboard==2.16.2 && \
|
||||
conda run -n voicecraft pip install phonemizer==3.2.1 && \
|
||||
conda run -n voicecraft pip install datasets==2.16.0 && \
|
||||
conda run -n voicecraft pip install torchmetrics==0.11.1
|
||||
conda run -n voicecraft pip install torchmetrics==0.11.1 && \
|
||||
conda run -n voicecraft pip install huggingface_hub==0.22.2
|
||||
|
||||
|
||||
# Install the Jupyter kernel
|
||||
|
||||
Reference in New Issue
Block a user