Bazsalanszky

u/bazsalanszky@lemmy.toldi.eu
34 posts · 218 comments

Recent posts

Recent comments

on Subscription issues? · c/eternityapp · 7 pts · 2y

I've also experienced it for a long time now. I'm not exactly sure what causes this, but I'll try to look into it again.

on Thanks for updating · c/eternityapp · 13 pts · 2y

I've created a new release (v0.2.1) to fix the issues in the F-Droid building process(functionally, it's the same as v0.2.0). Hopefully, this means the latest version will soon be available on F-Droid.

on Thanks for updating · c/eternityapp · 17 pts · 2y

It will take some time, unfortunately. The build has failed for some reason. I've observed this in my pipeline as well. I am still investigating the issue.

on Update coming soon? · c/eternityapp · 8 pts · 2y

Yes, I've released it as beta so that Google Play users can also try the new changes before the release. These builds are similar to the nightly, but I have to build them manually so they are updated less frequently.

I'm not sure what causes this issue. Does this happen when you click on a post, or does it happen when you are browsing for posts?

Also, what can you see on the web UI for these posts?

From what I've seen, it's definitely worth quantizing. I've used llama 3 8B (fp16) and llama 3 70B (q2_XS). The 70B version was way better, even with this quantization and it fits perfectly in 24 GB of VRAM. There's also this comparison showing the quantization option and their benchmark scores:

1000029570

Source

To run this particular model though, you would need about 45GB of RAM just for the q2_K quant according to Ollama. I think I could run this with my GPU and offload the rest of the layers to the CPU, but the performance wouldn't be that great(e.g. less than 1 t/s).

on Llama 3.1 is out! · c/localllama · 1 pts · 2y

Are you using mistral 7B?

I also really like that model and their fine-tunes. If licensing is a concern, it's definitely a great choice.

Mistral also has a new model, Mistral Nemo. I haven't tried it myself, but I heard it's quite good. It's also licensed under Apache 2.0 as far as I know.

I have resolved this and other issues in the latest nightly build. I have also uploaded the fix to Google Play (it's currently under review). If we do not encounter any further problems, I could release it soon.