Thank you for the reply, @vgaetera . It seems like your response suggests that I install a mime type for the .llamafile extenstioned files. I ran the command, but I see it is still being started by wine. I am running Gnome, if that matters.
Still being launched using wine… Strange! I launch the application from the terminal so:
$ ./llava-v1.5-7b-q4.llamafile
002c:fixme:winediag:loader_init wine-staging 9.15 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
...
As you can see, the two first lines being outputed is from wine.
Not an exact fix, but how do you execute the llamafile? Does it run like a script or binary through something else (like java -jar thing.jar)?
Like thing.exe runs through wine Linux binary, so it sounds like a llamafile could be interpreted by/run through something explicit like llamafilerunner llamafile? I’d execute it like that and avoid the automatic wine running of it.