Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the models on MAC #3

Open
sid0710 opened this issue Oct 1, 2024 · 1 comment
Open

Running the models on MAC #3

sid0710 opened this issue Oct 1, 2024 · 1 comment

Comments

@sid0710
Copy link

sid0710 commented Oct 1, 2024

Hi, the results looks great, and thanks for sharing the model weights as well. I wanted to know whether it is possible to use the models without the GPUs similar to CLAP? I am trying to run this on M1 Mac.

@gzhu06
Copy link
Owner

gzhu06 commented Oct 25, 2024

Thank you for your interest in our project, since our models are trained on jax/flax, it's still possible but you may need a lot of hack to make it work, including make jax/flax packages work on CPU and write some code to load these weights into CPU.

You can refer here: https://github.com/google/flax?tab=readme-ov-file#quick-install on how to install CPU version, and ask Claude or ChatGPT to give some code on loading weights to CPU to start with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants