Dennis Duda

Results 32 comments of Dennis Duda

> Also part of render.cpp has been split in to inline sub-function to deal with the expected ASM usage in the original src as long as inlining is enabled it...

Sounds more than reasonable! I'll try to look into it next weekend.

So the .map file contains mangled names - does someone know what would be the easiest way to unmangle them? VC6 and up have a `UNDNAME.EXE` which can do that,...

Looked into it, it basically just uses "__cxa_demangle", which most probably doesn't work with the MSVC mangling scheme (that's different from other compilers as far as I've read). It'd also...

Yeah, the second one probably is the simplest one for this - both have to be edited to output just the function names (without signatures) though.

@the8472 ah, that explains the vectorization difference (bonus). just to clarify - that one is not the regression, just another thing I've noticed ^^

Thanks for confirming, created the respective issue here: https://github.com/rust-lang/cargo/issues/15576

Thinking about this a bit more and reading @epage's comment over on the cargo issue -- I think this is purely a rust-analyzer issue: In the end, it introduces a...

it uses nomic 1.5 already - you can verify by looking into models.json: ```json {"name":"Nomic-Embed-Text","urls":["https://huggingface.co/nomic-ai/nomic-embed-text-v1.5-GGUF/resolve/main/nomic-embed-text-v1.5.Q8_0.gguf"],"sha256":"3e24342164b3d94991ba9692fdc0dd08e3fd7362e0aacc396a9a5c54a544c3b7"}, ``` maybe you wanted to link nomic embed text 2? https://huggingface.co/nomic-ai/nomic-embed-text-v2-moe-GGUF