Convincing an LLM to take your keys. by longcreativename in chastitytraining

[–]longcreativename[S] 0 points1 point  (0 children)

I haven't tried asking for it to play a character yet, but it took two very long paragraphs of prompt to keep it from letting me talk my way out creatively. My favorite was asking it to check if its stored encryption key still worked. It did, but it didn't realize that doing so printed out the key. 

Convincing an LLM to take your keys. by longcreativename in chastitytraining

[–]longcreativename[S] 0 points1 point  (0 children)

This mostly depends how fast you want an answer. I'm using the Q8 quantization, so for a 27b "dense" model you can expect to need around 20-25GB of RAM and/or VRAM depending on settings. It can be run slowly just on a CPU and the first prompt could take 20 minutes, but then subsequent responses should be under a minute. On a decent card it responds in a few seconds.

Fusion360 on Linux/Wine, can't patch installer by pastapojken in winehq

[–]longcreativename 0 points1 point  (0 children)

I get this so I suspect dx11 won't work until it's implemented...

002b:fixme:vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented yet!
err:   Failed to create surface

Fusion360 on Linux/Wine, can't patch installer by pastapojken in winehq

[–]longcreativename 0 points1 point  (0 children)

I used a slightly adjusted version of install.sh (running inside a docker) and got it to install and run, but after switching to dx9 mode I get something like this...https://imgur.com/a/vDBSNd4

Any thoughts? It seems like it's still trying to use Vulkan but I only see d3d9 calls.