Waffleophagus
Waffleophagus
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Waffleophagus on 1/13/2025 in #questions
What Ollama models do you use? Is there a good repository of rankings?
So I imagine this community has a bunch folks on the Ollama train, and I admit that I have a bit of choice paralysis in this. I've tried a half dozen 8b-14b models, but would love to get some kind of consensus on things. I am aware of hugging face and the like, but I'll openly admit I don't know how most of these benchmarks work, and haven't found a really solid "Plain English ranking" for selfhosted models. I know that https://openwebui.com/leaderboard Open Webui's leaderboard exists, but it goes too far the other direction, why are you at the top? TL;DR: What models are you using at home? Ideally one that can be run on consumer cards. Love to know if you're using it cause its faster, or if its the most accurate, or both?
6 replies
BBlueBuild
Created by Waffleophagus on 12/20/2024 in #questions
using dnf bundles? (@cosmic-desktop-environment)
https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/ the "correct" way to use a tagged release of installing the cosmic desktop environment right now is something I'd never heard of before, in a non-ostree environment it'd be dnf install @cosmic-desktop-environment a "bundle" of packages I guess? On my first attempt to do this as a plain ol' rpm-ostree package I got
× Recipe ./recipes/DX-GTS.yml failed to validate
╰─▶
× Failed to deserialize recipe ./recipes/DX-GTS.yml
╰─▶ found character that cannot start any token at line 27 column 9,
while
scanning for the next token

help: Use `bluebuild validate --all-errors ./recipes/DX-GTS.yml` to view
more information.
If you're using a local module, be sure to add `source: local` to the
module entry
× Recipe ./recipes/DX-GTS.yml failed to validate
╰─▶
× Failed to deserialize recipe ./recipes/DX-GTS.yml
╰─▶ found character that cannot start any token at line 27 column 9,
while
scanning for the next token

help: Use `bluebuild validate --all-errors ./recipes/DX-GTS.yml` to view
more information.
If you're using a local module, be sure to add `source: local` to the
module entry
Is this an unsupported feature at the moment? Is it a thing introduced in 41 that isn't quite trickled down to ostree? Sorry if this has been covered, sadly bluebuild has "just worked" for about a year now on my own local gitea instance, and therefore I kinda stepped away from the community. It broke (my local setup, not bluebuild's fault) so I figured moving back to github would be preferrable, and figured I'd update a lot of things too.
140 replies
FFilament
Created by Waffleophagus on 11/28/2024 in #❓┊help
Best Laravel starter kit? (Having trouble with Volt?)
Heya all, I've been deep diving Laravel and am really loving it! I found Filament the other day and am wildly impressed. I attempted to start adapting it into my somewhat in progress project (I've mostly been working on the backend, not much front end) and am attempting to adapt the Laracast video to my project, but attempting to allow Filament to handle the routing doesn't appear to be working. I can copy/paste a lot of my code into a different project if Volt's class API is not ideal, but didn't know if there was a better solution? What I am trying to do: Let Filament handle routes? What I did: Followed the Laracast, which in this case suggests commenting/deleting the contents web.php's routes, which doesn't appear to work with the contents of my pretty bone stock (as far as routes are concerned) project My issue/the error: 404 Code:
php
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('navigation')
->path('/')
->login()
->colors([
'primary' => Color::Orange,
'gray' => Color::Sky,
])
php
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('navigation')
->path('/')
->login()
->colors([
'primary' => Color::Orange,
'gray' => Color::Sky,
])
And web.php is now just <?php
3 replies
UBUniversal Blue
Created by Waffleophagus on 6/6/2024 in #🛟bazzite-help
Gnome Wayland crashing on login.
I normally build from a more customized bluebuild image but this is now occurring on bazzite-gnome:stable as well, rebased to remove variables. In short, when logging in via Wayland GNOME I get what appears to be a core dump according to the output of the log this session ujust. It started happening a couple days ago. Attached is the full text of the "log this boot." I'm at a loss on this one. EDIT with more data: on a framework 16. Ok, more info, back on my personal image and everything looks good if I go back to May 7th image. (At this point I'm trying to narrow down the introduction of the problem) May 14th's image was fine, gonna try May 21st next.
29 replies