taher
taher
the metal driver and pyobjc doesn't seem like the issue here as the output is correct in non-virtual environments. the main question is, why the returned binary data has header...
this issue should be fixed with: https://github.com/brave/brave-core/pull/22269 can you confirm @MadhaviSeelam ?
> it spins a bit i should've clarified when i stated 'should be fixed.' there's a subtle difference before the PR merged and after. prior to the PR, the button...
OK, closing this because the 'suggest questions' button no longer spins, as this was the original issue reported. A more comprehensive solution will be addressed at #36540
fixed spacing entry and search search summary. also, model intro has been tweaked.
@skoshx what you've linked to discusses CPU ISA and not the GPU. the proper way to solve this is to check if the Metal device supports the following families: Metal3,...
the issue is simple: if the metal device isn't part of the above families, then it simply does not support hardware bfloats, and you need to fallback to using half...
do you see this immediately or is there a delay before the error is reported?
this might be related to exceeding metal command buffer's time limit and not a genuine OOM.