Jan Wassenberg
Jan Wassenberg
Thanks for rebasing! Unfortunately internal CI is failing with a compiler crash for convert_test, but possibly also for all other targets. ``` clang: error: clang frontend command failed due to...
Indeed still breaking. I am patching the PR to disable runtime dispatch for Clang < 17, and fix the detection - Apple Clang 15.3 was mistakenly found to be 17...
I have patched this PR as mentioned :)
Thanks for reporting. We have also seen issues with rounding mode on QEMU - is that how you are running the tests, or is it on real HW? > Debug,...
I think the issue is solved, thanks @johnplatts :)
Hi, we do document that this is intended for a single template argument. At a minimum, highway.h would probably have to wrap all FUNC_NAME in something like SINGLE_ARG - want...
Makes sense. Thanks for confirming! Supporting a comma in macro args does seem to be a higher-risk (of breaking across compiler versions) thing that I'd prefer to avoid if we...
Yes, it's mainly MSVC that differs in its macro/comma parsing. I understand this would be useful given you have many functions. If you can verify your patch works in MSVC...
Hi, thanks for reaching out :) There are two likely causes. One is that Gemma is trained for a format like "user\n", but because the command line specifies 7b-pt instead...
Thank you for sharing. So we indeed want PT and your model is trained for the prompt format used. Also sounds like there is no range overrun for the compressed...