Views
No views yet
Teaching Audio Universal Vector Quantization with Single Nested Codebook
1pip install auv
2wget https://huggingface.co/SWivid/AUV/resolve/main/auv.pt.wav files under the input-dir and write to the output-dir:1auv-infer --input-dir INPUT_WAV_DIR --output-dir OUTPUT_WAV_DIR --ckpt CKPT_PATH
2# if torch.bfloat16 inference: --bf16
3# if need to assign gpu: --device cuda:0src/auv/infer.py.