mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-02-18 12:40:45 +01:00
update audiocraft install
This commit is contained in:
parent
729d0ec69e
commit
2a2ee984b6
2
cog.yaml
2
cog.yaml
@ -18,7 +18,7 @@ build:
|
|||||||
- openai-whisper>=20231117
|
- openai-whisper>=20231117
|
||||||
run:
|
run:
|
||||||
# - git clone https://github.com/facebookresearch/audiocraft && pip install -e ./audiocraft
|
# - git clone https://github.com/facebookresearch/audiocraft && pip install -e ./audiocraft
|
||||||
- pip install -e git+https://github.com/facebookresearch/audiocraft.git@f83babff6b5e97f75562127c4cc8122229c8f099#egg=audiocraft # use "git clone https://github.com/facebookresearch/audiocraft && pip install -e ./audiocraft" instead if hits audiocraft import error
|
- pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft # use "git clone https://github.com/facebookresearch/audiocraft && pip install -e ./audiocraft" instead if hits audiocraft import error
|
||||||
- pip install "pydantic<2.0.0"
|
- pip install "pydantic<2.0.0"
|
||||||
- curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.6.0/pget_linux_x86_64" && chmod +x /usr/local/bin/pget
|
- curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.6.0/pget_linux_x86_64" && chmod +x /usr/local/bin/pget
|
||||||
- mkdir -p /root/.cache/torch/hub/checkpoints/ && wget --output-document "/root/.cache/torch/hub/checkpoints/wav2vec2_fairseq_base_ls960_asr_ls960.pth" "https://download.pytorch.org/torchaudio/models/wav2vec2_fairseq_base_ls960_asr_ls960.pth"
|
- mkdir -p /root/.cache/torch/hub/checkpoints/ && wget --output-document "/root/.cache/torch/hub/checkpoints/wav2vec2_fairseq_base_ls960_asr_ls960.pth" "https://download.pytorch.org/torchaudio/models/wav2vec2_fairseq_base_ls960_asr_ls960.pth"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user