Skip Navigation

Posts
3
Comments
29
Joined
2 yr. ago

  • 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:

    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).

  • Yes, you can find it here.

  • 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.

  • LocalLLaMA @sh.itjust.works

    Mistral AI just dropped their new model, Mistral Large 2

    LocalLLaMA @sh.itjust.works

    Llama 3.1 is out!

  • I haven't tested it extensively, but open webui also has RAG functionality (chat with documents).

    The UI it self is also kinda cool and it has other useful features like commands (for common prompts) and searching for stuff online (e.g. with searx). It works quite well with Ollama.

  • Currently, I only have a free account there. I tried Hydroxide first, and I had no problem logging in. I was also able to fetch some emails. I will try hydroxide-push as well later.

  • I haven't heard of Hydroxide before; thank you for highlighting it! Just one question: Does it also require a premium account like the official bridge, or is it also available for free accounts?

  • It's great to see such cool FOSS options. Thanks for sharing this – super helpful!

  • The latest version of Eternity is compatible with Lemmy 0.19. You might need to log out and log back in, though.

    However, the new functions aren't implemented yet (e.g. the new sorting methods)

  • Yes

    Jump
  • This reminds me of one of my older projects. I wanted to learn more about network communications, so I started working on a simple P2P chat app. It wasn't anything fancy, but I really enjoyed working on it. One challenge I faced was that, at the time, I didn't know how to listen for user input while handling network communication simultaneously. So, after I had managed to get multiple TCP sockets working on one thread, I thought, why not open another socket for HTTP communication? That way, I could incorporate a fancy web UI instead of just a CLI interface.

    So, I wrote a simple HTTP server, which, in hindsight, might not have been necessary.

  • I discovered a channel called 'Just Alex' awhile ago, and I've binge-watched most of his videos. He makes videos about a variety of activities he engages in. For example, two years ago, he started beekeeping as a hobby. In these videos, he shows the progress he has made since then, taking care of his bees and harvesting their honey.

    He also has videos on collecting mushrooms, growing crops, and traveling around Europe.

    What I like about him is how calming his videos are and the amount of effort he puts into making them interesting, without resorting to clickbait content.

  • I don't think it's necessarily a third-party reseller thing. I bought tickets a few days ago literally from their app, only to get the same email that said I needed to 'verify my identity' because I bought the tickets for an 'unauthorized third-party reseller'.

  • You are right. I think it's time to release it on Google play. I also want to focus on getting the app into the main F-Droid repo as well.

  • I'm considering implementing kbin support once the "Lemmy part" is in a better shape.

    Also, could you update me on the status of the kbin API? Is it not yet available?

  • Nope! It's my fault. I forgot to update the version number before building this release.

  • Hi!

    Dev here. Would you mind filing a report on this issue via Codeberg? Additional information would be greatly beneficial for me to identify and resolve the problem. If possible, could you also provide me with the relevant logs? This sounds like a serious issue I would like to resolve this ASAP.

  • I'm so happy to see Infinity for Lemmy in a meme. This made my day. Thank you.

  • There was an issue with loading subscriptions on the main activity, which I've fixed in this commit today (it's not in the release yet). If you click on the subscriptions menu option once, it will load them and store them in the database, so you will see them after that. Maybe this was the same issue?

  • Android @lemdro.id

    Infinity for Lemmy