Mitar

Results 1612 comments of Mitar
trafficstars

So llama.cpp has C implementation which Ollama just has to call into.

It is still an issue for me in `v1.11.0`.

Maybe also a screenshot so that one can know what to expect.

I think this is expected. This is another (also present before) race condition between sending and reading. Currently we do not have memory issues, but logical race condition is still...

This is probably fine, but it is busy-waiting. For testing it is probably OK. But it could also be implemented with [Cond](https://pkg.go.dev/sync#Cond), but then we would need to have some...

I think it would be fine for now and we can improve the implementation in the future.

Ehm, what about those who do not want to have their data stored? Maybe a better way would be to ask at the end if they want to contribute their...

I really do think it should be opt-in. This is to empower people to make a decision. We have already enough tracing on the web and guessing of my preferences.

Still. Even if you do an academic research on human subjects, that has to be opt-in with full consent f a person. Otherwise you cannot publish a paper. If you...

Not necessary, if it is single page app where client-side changes the URL. This seems to be the case of this site at the moment. Furthermore, it is hosted on...