File size: 483 Bytes
b5dba8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ecc0a09
 
 
b5dba8a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
build:
  gpu: true
  cuda: "11.8"
  python_version: "3.10"
  python_packages:
    - "audiolm-pytorch==1.1.4"
    - "fairseq"
    - "huggingface-hub"
    - "sentencepiece"
    - "transformers"
    - "encodec"
    - 'soundfile; platform_system == "Windows"'
    - 'sox; platform_system != "Windows"'
    - "tensorboardX"
    - "torch"    
    - "torchvision"
    - "torchaudio"
    - "light-the-torch"  
    - "ffmpeg"
  system_packages:
    - "ffmpeg"

predict: "predict.py:Predictor"