Skip to content

Add the link to the pre-trained VALL-E on a part of Libri-Light (6k h… #139

Add the link to the pre-trained VALL-E on a part of Libri-Light (6k h…

Add the link to the pre-trained VALL-E on a part of Libri-Light (6k h… #139

Workflow file for this run

name: Check Format
on: [push, pull_request]
jobs:
CheckCodeFormat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --color"