We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g.:
mlx_lm.lora --model mlx-community/codegemma-7b-it-8bit --train --adapter-path adapters_codegemma_7B --data training_data --iters 500
Can result in:
libc++abi: terminating due to uncaught exception of type std::runtime_error: [METAL] Command buffer execution failed: Internal Error (0000000e:Internal Error) zsh: abort mlx_lm.lora --model mlx-community/codegemma-7b-it-8bit --train --adapter-path
The splikt matmul on the output which has a very large inner dimension (256k) appears to be the culprit. @jagrit06 is looking into this.
splikt
The text was updated successfully, but these errors were encountered:
jagrit06
No branches or pull requests
E.g.:
Can result in:
The
splikt
matmul on the output which has a very large inner dimension (256k) appears to be the culprit. @jagrit06 is looking into this.The text was updated successfully, but these errors were encountered: