From b1f2f39f21dc01424e2c4626828e61b818361ae8 Mon Sep 17 00:00:00 2001 From: enhuiz Date: Thu, 12 Jan 2023 12:58:22 +0800 Subject: [PATCH] Check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb12cd9..eb7d707 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ An unofficial (toy) implementation of VALL-E, based on the [encodec](https://git - [x] AR model for the first quantizer. - [x] Audio decoding from tokens. -- [ ] NAR model for the rest quantizers. +- [x] NAR model for the rest quantizers. - [ ] Trainers for both models.