Smorty [she/her]

I’m a person who tends to program stuff in Godot and also likes to look at clouds. Sometimes they look really spicy!
image of Biene Maja
image of cutie fluttershy

  • 25 Posts
  • 92 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle













  • i totally agree… with everything. 6GB really is smol and, cuz imma crazy person, i currently try and optimize everything for llama3.2 3B Q4 model so people with even less GB VRAM can use it. i really like the idea of people just having some smollm laying around on their pc and devs being able to use it.

    i really should probably opt for APIs, you’re right. the only API I ever used was Cohere, cuz yea their CR+ model is real nice. but i still wanna use smol models for a smol price if any. imma have a look at the APIs you listed. Never heard of Kobold Horde and Samba so i’ll have a look at those… or i go for the lazy route and chose depseek cuz it’s apparently unreasonably cheap for SOTA perf. so eh…

    also yes! Lemmy really does seem anti AI, and i’m fine with that. i just say yeah companies use it in obviously dum ways but the tech is super interesting which is a reasonable argument i think.

    so yes, local llm go! i wanna get that new top amd gpu once that gets announced. so i’ll be able to run those spicy 32B models. for now i’ll just stick with 8B and 3B cuz they work quick and kinda do what i want.






  • You are completely right and it is mostly about trial and error. I’d assume these courses mainlyl teach things you can do with the big bois, those being by the obvious big evil AI companies. It’s very much an overblown topic and companies pretend it’s actually a fancy thing to learn and be good at.

    The linked guide just explains the basic concepts of few shot prompting, CoT and RAG and stuff. Even these terms I feel, make the topic more complicated than it is. Could literally be summarized to

    • Use examples of what you want
    • Use near-zero temperature for almost everything
    • For complex tasks, tell it to provide its internal thought proccess before providing the answer (or just use the QwQ model)
    • maybe SCREAM AT THE LLM IN ALLCAPS if something is really important





  • naw, have your tried Envision? Just a few months ago I thought the same as you, but ever since I tried Envision, I have not opened SteamVR at all.

    Envision (a foss VR client) works GREAT for VR on linux. In fact, I also have an index, so I can tell you that yes, it works very well.

    I stumbled across this project via the lvra website, which is an amazing forum site about using your VR devices on GNU/Linux. I highly, highly recommend going over there and having a look around. It features guides to many common questions and helped me a ton.

    Envision is really just an interface for monado, which does all the complex VR stuff like tracking and screen distortion.

    Envision let’s you import the VR calibration from SteamVR right into Monados format. It uses a super small part of SteamVR in the background to perform the lighthouse tracking. But it’s very lightweight, especially when compared to SteamVR and Oculus’s VR interface.
    Envision takes no time at all to boot up, it also lets you try out the “survive” lighthouse tracker, which is completely FOSS and doesn’t rely on SteamVR at all besides the calibration data (the tracking quality is noticably worse though and the IPD seems to be off, but give it a try!)

    There are two hurtles to get through tho:

    1. Monado doesn’t come with a “room boundary” system. You have to either move very little, or get yourself another solution for displaying your rooms bounds. Maybe try this one, haven’t tested it yyet though.
    2. Monado does not come with its own “steam vr dashboard”. You have to bring your own. I recommend Wlx-Overlay-S as it works great for PC navigation and allows for very fast playspace-moving and resetting. It also allows for stuff like locking certain windows into your environment, so please give it a try, even if you stick with SteamVR. Envision allows for automatic launching of apps on startup, so I launch wlxoverlay.

    If you have any questions about it, there is a Discord server for linux-specific-vr stuff over on the lvra website.

    TLDR: If you didn’t read any of this, just go to this page and have a look at Envision. There are all sorts of cool linux-specific VR things on there. Their discord helped me lots.