File size: 434 Bytes
b5dba8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"  

predict: "predict.py:Predictor"