passepartout

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

The size of this community alone shows the need for it. That said, feddit.org seems like a good new home for it since .org is a language neutral tld and the server is german AND English speaking after all.

[–] passepartout@feddit.de 72 points 4 months ago (1 children)

Where hot potato license?

HOT POTATO LICENSE Version 2, September 2021 All rights reserved by the last person to commit a change to this repository, except for the right to commit changes to this repository, which is hereby granted to all inhabitants of the Milky Way Galaxy for the purpose of committing changes to this repository.

[–] passepartout@feddit.de 55 points 4 months ago

Like one of the comments mentioned: there is yt-dlp for now at least.

[–] passepartout@feddit.de 5 points 4 months ago

Don't give them ideas

[–] passepartout@feddit.de 18 points 4 months ago (2 children)

That Kalium with two bonds tho

[–] passepartout@feddit.de 4 points 5 months 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 5 months 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 5 months 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 5 months ago

Glad i could help ;)

[–] passepartout@feddit.de 5 points 5 months 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 5 months ago* (last edited 5 months 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"

[–] passepartout@feddit.de 5 points 5 months ago* (last edited 5 months ago) (7 children)

I have my gaming pc running as ollama host when i need it (RX 6700XT with rocm doing the heavy lifting). PC idles at ~50W and draws up to 200W when generating an answer. It is plenty fast though.

My mini pc home server is running openwebui with access to this "ollama instance" but also OpenAIs api when i just need a quick answer and therefor don't turn on my pc.

 

Upgrade went mostly without a problem (had set more than one Hostname for a service before, seems to not work anymore lol), and i have a pretty large configuration that has grown over the past two years.

What i noticed is that it is quite a bit faster. Also the dashboard shows a little more information than before and the logs have colours now.

 

geteilt von: https://feddit.de/post/8340256

I was just reminded of how useful this was for me, since i was too lazy to setup fan curves in the cli with pwmconfig. This took me 10 minutes of tinkering and my temps went down a lot under load on my gpu and the machine is a lot more silent when idling.

 

I was just reminded of how useful this was for me, since i was too lazy to setup fan curves in the cli with pwmconfig. This took me 10 minutes of tinkering and my temps went down a lot under load on my gpu and the machine is a lot more silent when idling.

 
 
view more: next ›