passepartout

joined 2 years ago
[–] passepartout@feddit.de 18 points 1 year ago (2 children)

That Kalium with two bonds tho

[–] passepartout@feddit.de 11 points 1 year ago (2 children)

Wow das erklärt einiges. Bin bislang von bots ausgegangen, aber der Unterschied ist ja nicht so groß.

[–] passepartout@feddit.de 6 points 1 year ago (1 children)

Ihr Leute werdet bezahlt?

[–] passepartout@feddit.de 4 points 1 year ago

This is cool, since this game is pretty suitable for local coop. I just hope they also did some optimization, since my endgame village has about 30fps on a midrange gaming pc

[–] passepartout@feddit.de -1 points 1 year ago (7 children)

There are worse diseases to catch from ticks

[–] passepartout@feddit.de 10 points 1 year ago

Ich weise diese Unterstellungen zurück

https://youtu.be/lfcGEQRyaqI

[–] passepartout@feddit.de 1 points 1 year ago (1 children)

I like the gemma models bc of the phrasing they use and that they give sources sometimes. The best results though come from llama3 I think. Also openhermes and openchat, which perform well enough for my purposes.

In the beginning i had used microsoft phi, that wasn't that good though.

[–] passepartout@feddit.de 26 points 1 year ago (6 children)

Have a look at self hosted alternatives like Ollama in combination with Open-webui. It can be a hassle to set up, or even excruciatingly painful if you never touched a computer before, but it could be worth a try. I use it daily and like it much more than chatgpt to be honest.

[–] passepartout@feddit.de 1 points 1 year ago

Glad i could help ;)

[–] passepartout@feddit.de 5 points 1 year ago

You can get different results, sometimes better sometimes worse, most of the time differently phrased (e.g. the gemma models by google like to do bulletlists and sometimes tell me where they got that information from). There are models specifically trained / finetuned for different tasks (mostly coding, but also writing stories, answering medical questions, telling me what is on a picture, speaking different languages, running on smaller / bigger hardware, etc.). Have a look at ollamas library of models which is outright tiny compared to e.g. huggingface.

Also, i don't trust OpenAI and others to be confidential with company data or explicit code snippets from work i feed them.

[–] passepartout@feddit.de 3 points 1 year ago* (last edited 1 year ago) (3 children)

If you're lucky you just set it to the wrong version, mine uses 10.3.0 (see below).

I tried running the docker container first as well but gave up since there are seperate versions for cuda and rocm which comes packaged with this as well and therefor gets unnecessary big.

I am running it on Fedora natively. I installed it with the setup script from the top of the docs:

curl -fsSL https://ollama.com/install.sh | sh

After that i created a service file (also stated in the linked docs) so that it starts at boot time (so i can just boot my pc and forget it without needing to login).

The crucial part for the GPU in question (RX 6700XT) was this line under the [service] section:

Environment="HSA_OVERRIDE_GFX_VERSION=10.3.0"

As you stated, this sets the environment variable for rocm. Also to be able to reach it from outside of localhost (for my server):

Environment="OLLAMA_HOST=0.0.0.0"

view more: ‹ prev next ›