Mitar
Mitar
@amvalero10 koesn/llama3-8b-instruct performs even worse than llama3:8b-instruct-q4_0 for us.
@alexchenyu How large are your prompts? Ours are around 3.5K.
It looks like there are no files for 1.9.13 and 1.10.8 and 1.12.0.
Shameless plug: as an alternative to `https://github.com/pkg/errors`, you can switch to drop-in replacement [`gitlab.com/tozd/go/errors`](https://gitlab.com/tozd/go/errors). It fixes [many issues](https://gitlab.com/tozd/go/errors#why-a-new-go-errors-package), is maintained, and supports modern Go's error patterns (sentinel errors, %w formatting,...
@nitrocode I completely understand. But it is a bit of chicken & egg problem. :-) I think the questions for you is if you need/want stack traces or not. If...
Another use case is to be able to access `response.Status` to be able to log the reason why request failed.
OK, the status one can obtain from `ErrInvalidValue` error.
I made https://github.com/russellhaering/gosaml2/pull/251 to address this.
I am in the same boat. I am also using Gitlab. Not sure if there is really an issue with additional step of conversion to cobertura format though? My main...
I think I am realizing that the coverage for the main package (the `.` by this tool) is the total coverage? Also it might be useful to run coverage with...