celek
celek
something like ``` case ev.Introduced != "": ver, err = semver.NewVersion(ev.Introduced) if (ver.Metadata() != "") || (ver. Prerelease() != "") { encodeFixedInVersion = true } if err == nil {...
Seeing this now -
Investigate why the old entry is still there - the MD5 calculation may have failed
@hdonnay is there a way I can force the osv/updater to update all record regardless if the hash is the same or not ?
Not (yet) an expert but I see the value in the struct when I run a test locally - Not sure where I can continue to debug - pointers to...
@giuseppe did you get the 3b gguf working with #7481 ? if you teach me how I can get it locally on my M1 I can run some tests too...