Eric

Results 37 comments of Eric

I have committed a test case in Test/URTTIExposeTests.pas based on your above snippet, but can't reproduce the issue (Delphi 12 / Win64). Does the test reproduce the issue on your...

@jarroddavis68 yes, that's one way I was looking at it (but doing it directly in small Delphi executable) Did you publish your PP command ?

Thanks! FWIW use case is for webgpu.h (https://github.com/EricGrange/Delphi-WebGPU) where you have several implementations, and each implementation regularly churns out builds, so plenty of "compatible" dlls to choose from :)

Hmm, the "CreateDynamicImport(0)" in Post process doesn't seem to have any effect ? Though I'm not even sure the post process script is executed at all (a lone SaveToFile doesn't...

@jarroddavis68 with your build this worked, thanks. As a small side-request, maybe the post-processing should appear in the translate log ? Currently it's not mentioned, and if the PP script...

Just tried with latest quants at [QuantFactory/Mistral-Nemo-Instruct-2407-GGUF](https://huggingface.co/QuantFactory/Mistral-Nemo-Instruct-2407-GGUF/discussions/1#669c282fc9111326dcfc36fb) and build 3437, getting the following error (Xeon E-2176G with 64GB RAM, under Debian). Apparently it's trying to allocate a very large CPU...

Thanks confirmed, passing the context size explicitly does the trick. It seems to work correctly also when using "-c 131072" (128k if I'm not mistaken)