Open DerrickYLJ opened 10 months ago
Hi! Thanks for the work on this. What is the status of getting this model working on Apple Metal?
I try to make it using: USE_METAL=1 make chat
however it errors saying: 'ops/metal/BMM_F16T.cuh' file not found
. It looks like the includes ops/metal/
are not a part of this branch. Is this still a work in progress?
Hi! Thanks for the work on this. What is the status of getting this model working on Apple Metal?
I try to make it using:
USE_METAL=1 make chat
however it errors saying:'ops/metal/BMM_F16T.cuh' file not found
. It looks like the includesops/metal/
are not a part of this branch. Is this still a work in progress?
Thanks for your interest! We are still working on Metal GPU support for TinyChatEngine and will be available soon :)
In the process of adding metal gpu support, created a folder named metal for element-wise addition of Matrix3D test.