Glad i could help ;)
🏠 HTTP 301 - moved permanently to feddit.org 🏠
Glad i could help ;)
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.
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"
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.
She certainly can’t break anything by using it, you can spin up a docker container and see for yourself. It’s also localized in a lot of languages.
I don’t think my own mother would do well with this, mainly because I think she doesn’t know what the difference between a pdf and word or libre doc is. But apart from that, it is really simple.
Have used it for some months and it’s great. I mostly use it for basic stuff like splitting / merging pdfs because im too lazy to look up the pdftk command.
But there are many more features like sanitizing (removing embedded JS code) or OCR (which works great).
Yeah i know, i just prefer to use the distros native package manager. That said, i use the jellyfin client from flathub and that one now warns me as well that it depends on qt5.15 (works fine though, since flatpak can have multiple versions of dependencies).
qt was stuck with 5.15 because the telegram app depended on it (sigh). Had to do a dnf upgrade --best --allowerasing
for the update to qt6 (and the removal of telegram lol).
But now everything works fine.
I hope it went well :) i was completely ready to go back changing the image tag to v2 but didn’t need to.
I will try cyberpunk one day if its on sale and my pile of shame has gotten smaller.
I made the switch to Heroic from Lutris because the integration is just better. I used both for a while, bc the witcher 3 worked better on the legacy version for me, and heroic didn’t let you choose the (legacy or nextgen), while lutris only had the legacy version. But now you can install any version you want on Heroic (looking at you, every other platform with forced updates). Also, while Lutris downloads the offline installers off of GOG, heroic installs it via the GOG galaxy redistributable. This also makes it possible to sync playtime and savegames, although this is experimental right now. As soon as they start implementing achievements (which i think they have planned) its feature complete for me.
Updates of heroic itself and the games always went fine, although it must be said that the most challenging titles i have on gog right now are witcher 3 and metro exodus.
The codec thing really is a bummer. But thats really one of the few things you would have to do on Fedora while theres plenty of other pitfalls with other distros too. Like an older kernel or having to manually configure drivers for some hardware with Debian, or having to deal with canonicals shenanigans on Ubuntu.
Maybe one of the more niche distros is a better guess for some, like Nobara or Bazzite for gaming.
I hope so. I’ve been using Linux for 10 years for everything except gaming. And two years ago i went fulltime with proton and lutris (switched to heroic though).
And let me tell you, we’re at a point where its multiple times more straight forward to just install something like Fedora KDE, and do almost anything windows can, than trying to deal with whatever the hell microsoft is up to these days.
The biggest problem still is software discoverability. It is our duty to guide newcomers where they want to go instead of gatekeeping.
I hope it will change software discoverability on linux for the better.
Babe wake up, new flathub frontend just dropped
Take that snap!
Loop habit tracker app on android: https://github.com/iSoron/uhabits
They are in the google play store and f-droid i believe
I’m not sure if I understand your question, but if you are trying to build a solution, you will have to know the problem. I am writing said mailings, database, rest interfaces etc. for which Java and Spring boot is pretty useful. Some people might consider this antiquated. I also used python for data science stuff in the past. Neither would i like to have been using java back then, or python now. But in both cases i needed to know what i was building before i (or my employer) chose the technology to use.
If you are offered a position where you will have to use a technology for something you think its not a good fit for then run. Some people might even be more interested in you if you tell them as it makes you look more experienced. And you’re right, it is usually not worth it to have religious wars over 0.xy percents of performance gain, as long as you’re not trying to build a house with a screwdriver.
Let’s hope that this is not a productive system. I want to say that you’d have to try hard to do something that stupid, but then again, knowing from myself, you can cause a lot of trouble with a single command in a cli somewhere.
Im so looking forward to this. When i tried to use tmpfs / ramdisk, the transcoding would simply stop because there was no space left.
Like one of the comments mentioned: there is yt-dlp for now at least.