Loading musiclm_pytorch/musiclm_pytorch.py +3 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,9 @@ class MuLaNEmbedQuantizer(nn.Module): self.set_default_namespace(namespaces[0]) def parameters(self): return self.cond_embeddings.parameters() def set_default_namespace(self, namespace): self._default_namespace = namespace Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'musiclm-pytorch', packages = find_packages(exclude=[]), version = '0.0.4', version = '0.0.5', license='MIT', description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis', author = 'Phil Wang', Loading Loading
musiclm_pytorch/musiclm_pytorch.py +3 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,9 @@ class MuLaNEmbedQuantizer(nn.Module): self.set_default_namespace(namespaces[0]) def parameters(self): return self.cond_embeddings.parameters() def set_default_namespace(self, namespace): self._default_namespace = namespace Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'musiclm-pytorch', packages = find_packages(exclude=[]), version = '0.0.4', version = '0.0.5', license='MIT', description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis', author = 'Phil Wang', Loading