Branden Butler

Results 49 comments of Branden Butler

@holgerfriedrich line endings and messing with git are not my forte, unfortunately. I suggest you join the discord (https://discord.gg/AfScp5x8r5) to talk with the more experienced developers or ping them here...

@holgerfriedrich that sounds great; I was thinking about cleaning up the code just the other day. I'm sure any PRs made would be gladly welcomed

I suppose that's a simple fix, but then if we ever remove Jackson from the framework stuff it would break all the services. I found where the issue lies (MavenWrapper...

I know this is an old issue, but I decided to put something here for those who might stumble on this issue later. For me, the issue was I had...

Has there been any progress on this issue? If not, how would one go about manually adding reflect to the bootstrap?

I tried out the latest version and I still have slowdown issues, but I've found a new and interesting problem: upon the app crashing, I found my phone wallpaper had...

You're not constraining the generation to numbers only, so the LLM completes the JSON and then is told "whoops, you need to add more here." Adding a pattern to only...

I haven't looked into the code but most other methods I've seen do it by biasing the output logits. If the logit is forced to negative infinity then it is...

It would be, but as a result, there would be a loss of functionality. The standard library does not support the `match_partial` feature that I am using (at least as...

With some fiddling I did manage to get the C++ standard library regex implementation to show similar results, my regex ended up being gigantic with multiple alternatives for each in...