Anna Sun commited on
Commit
6535945
1 Parent(s): 090f38d

update dockerfile for vocoder_v2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -73,7 +73,7 @@ WORKDIR $HOME/app/seamless_server
73
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
74
  huggingface-cli login --token $(cat /run/secrets/HF_TOKEN) && \
75
  huggingface-cli download meta-private/SeamlessStreaming seamless_streaming_unity.pt spm_char_lang38_tc.model seamless_streaming_monotonic_decoder.pt --local-dir ./models/ && \
76
- huggingface-cli download meta-private/SeamlessExpressive pretssel_melhifigan_wm-final.pt --local-dir ./models/
77
  USER root
78
  RUN mkdir -p /large_experiments/seamless/ust/krs/fairseq2_checkpoints/ && \
79
  mkdir -p /large_experiments/seamless/workstream/expressivity/oss/checkpoints/ && \
@@ -82,7 +82,7 @@ RUN mkdir -p /large_experiments/seamless/ust/krs/fairseq2_checkpoints/ && \
82
  chown -R user:user /checkpoint/ && \
83
  ln -s $(readlink -f models/seamless_streaming_unity.pt) /large_experiments/seamless/ust/krs/fairseq2_checkpoints/seamless_streaming_unity.pt && \
84
  ln -s $(readlink -f models/seamless_streaming_monotonic_decoder.pt) /large_experiments/seamless/ust/krs/fairseq2_checkpoints/seamless_streaming_monotonic_decoder.pt && \
85
- ln -s $(readlink -f models/pretssel_melhifigan_wm-final.pt) /large_experiments/seamless/workstream/expressivity/oss/checkpoints/pretssel_melhifigan_wm-final.pt && \
86
  ln -s $(readlink -f models/spm_char_lang38_tc.model) /checkpoint/krs/unity2/
87
 
88
  RUN ln -s /usr/lib/x86_64-linux-gnu/libsox.so.3 /usr/lib/x86_64-linux-gnu/libsox.so
 
73
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
74
  huggingface-cli login --token $(cat /run/secrets/HF_TOKEN) && \
75
  huggingface-cli download meta-private/SeamlessStreaming seamless_streaming_unity.pt spm_char_lang38_tc.model seamless_streaming_monotonic_decoder.pt --local-dir ./models/ && \
76
+ huggingface-cli download meta-private/SeamlessStreaming vocoder_v2.pt --local-dir ./models/
77
  USER root
78
  RUN mkdir -p /large_experiments/seamless/ust/krs/fairseq2_checkpoints/ && \
79
  mkdir -p /large_experiments/seamless/workstream/expressivity/oss/checkpoints/ && \
 
82
  chown -R user:user /checkpoint/ && \
83
  ln -s $(readlink -f models/seamless_streaming_unity.pt) /large_experiments/seamless/ust/krs/fairseq2_checkpoints/seamless_streaming_unity.pt && \
84
  ln -s $(readlink -f models/seamless_streaming_monotonic_decoder.pt) /large_experiments/seamless/ust/krs/fairseq2_checkpoints/seamless_streaming_monotonic_decoder.pt && \
85
+ ln -s $(readlink -f models/vocoder_v2.pt) /large_experiments/seamless/ust/krs/fairseq2_checkpoints/vocoder_v2.pt && \
86
  ln -s $(readlink -f models/spm_char_lang38_tc.model) /checkpoint/krs/unity2/
87
 
88
  RUN ln -s /usr/lib/x86_64-linux-gnu/libsox.so.3 /usr/lib/x86_64-linux-gnu/libsox.so