Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 23, 2023
1 parent 4046b8d commit 24c624b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from soundstorm_pytorch import SoundStorm, ConformerWrapper

conformer = ConformerWrapper(
codebook_size = 1024,
num_quantizers = 4,
num_quantizers = 12,
conformer = dict(
dim = 512,
depth = 2
Expand Down Expand Up @@ -69,7 +69,7 @@ from soundstorm_pytorch import SoundStorm, ConformerWrapper, Conformer, SoundStr

conformer = ConformerWrapper(
codebook_size = 1024,
num_quantizers = 4,
num_quantizers = 12,
conformer = dict(
dim = 512,
depth = 2
Expand Down

0 comments on commit 24c624b

Please sign in to comment.