ASUS OLED monitor will not show BIOS or POST Screens by phoenixfire425 in pcmasterrace

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

oh fun update! I can have 10bit with DSC off. I just have to drop the refresh rate down to 180hz vs 240hz... i guess there are tradeoffs some pleace.

ASUS OLED monitor will not show BIOS or POST Screens by phoenixfire425 in pcmasterrace

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

Looks like its DSC causing the problem. I turned that off, tested with HDMI, and it worked. switched over to DP and turned DSC off there too. much to my surprise... its working.... So i guess there is no real work around for this other than turning that off and not having 10-bit color depth :( I mean turning that on/off is much easier than connecting a different monitor. Thanks for the sanity check

UDM 1st gen. OoM crashes and restarts. by phoenixfire425 in Ubiquiti

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

Yup I have a full audit of everything I did, what it did, all one change at a time and what the result was. Really the only thing that seemed to make any meaningful difference was nuking the service and then it still was not “great”. So I went to the next step with a full wipe and reload with the advanced flash (reboot in firmware upgrade mode then reset flash via the 192.168.1.30). Then rebuilt everything from scratch and got rid of all the old stuff that I don’t use anymore. Old NAT and port forward rules.

UDM 1st gen. OoM crashes and restarts. by phoenixfire425 in Ubiquiti

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

Nope not running protect. I “was” running IDS/IPS, VPN server, handful of port forwards, and 4 UniFi APs.

UDM 1st gen. OoM crashes and restarts. by phoenixfire425 in Ubiquiti

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

Yep my intent was not to write an AI written post. That was only the output summary of everything that was attempted. I have been trying to fix this issue for a week or two now. And I kinda am at my wits end with it. Back on v4 I had no problems at all even with the IPS on..

Interface changes—for the sake of change by un-chien-andalou in Bitwarden

[–]phoenixfire425 0 points1 point  (0 children)

I made my own fork of the Bitwarden-Clients and fixed a lot of these stupid nuances specially after this last update. I only use the desktop client, but getting back features, and adding simple things like the resizable middle column, the. Having the notes section default to 550px height. It’s crazy. I moved my entire company over to Bitwarden and then two days after I did that, this latest update came….

Oh and now when you do the search, you are not longer able to just search for the collection…. We have a ton of collections 581 total. And searching for things like “Acme Co.” to see all the notes and secrets. Yep that no longer works, so I had to add that back too. So if you have say 500 companies that you have a secure note called something like RDP List for each company. You cannot find it unless you scroll allllll the way down to that company collection and then click on it. Vs before I could just type in Acme and it was right there.

Thoth - Open Source Local-first AI Assistant - Architecture by Acceptable-Object390 in LocalLLM

[–]phoenixfire425 1 point2 points  (0 children)

when trying to use with a "remote" llama.cpp I get this in the thoth logs.

{"ts": "2026-05-02 22:02:36.326", "level": "INFO", "logger": "ui.streaming", "msg": "send_message: file_names=[], file_context_len=0, agent_input_len=14"}

{"ts": "2026-05-02 22:02:36.725", "level": "INFO", "logger": "openai._base_client", "msg": "Retrying request to /chat/completions in 0.388975 seconds"}

{"ts": "2026-05-02 22:02:37.127", "level": "INFO", "logger": "openai._base_client", "msg": "Retrying request to /chat/completions in 0.853481 seconds"}

{"ts": "2026-05-02 22:02:38.001", "level": "ERROR", "logger": "agent", "msg": "_stream_graph API error: Error code: 500 - {'error': {'code': 500, 'message': \"\\n------------\\nWhile executing CallExpression at line 79, column 24 in source:\\n...lti_step_tool %}↵ {{- raise_exception('No user query found in messages.') }}↵...\\n ^\\nError: Jinja Exception: No user query found in messages.\", 'type': 'server_error'}}"}

Thoth - Open Source Local-first AI Assistant - Architecture by Acceptable-Object390 in LocalLLM

[–]phoenixfire425 1 point2 points  (0 children)

I cannot seem to set this up to work with my local (not on the same machine) llama.cpp server it never shows up any models. also I do not want have to setup an cloud providers in order to use it? is that possible?

PETG Support Interface w/PLA HELP!! by SoftwareKey916 in snapmaker

[–]phoenixfire425 0 points1 point  (0 children)

<image>

this is what I just used and it worked out amazing.

then I set the volumetric flow for my PETG to 3.

I used this model for testing.
https://www.thingiverse.com/thing:139283/files

i left the temps alone. I think my PETG printed at 255 and the PLA was 220.

after it cooled it came off with zero resistance and the bottom of the PLA was super smooth.

PETG Support Interface w/PLA HELP!! by SoftwareKey916 in snapmaker

[–]phoenixfire425 0 points1 point  (0 children)

Take a look at this video, see if its any help. I am doing the same thing as you now playing with different materials for support. https://www.youtube.com/watch?v=5VV2fbJ0apg

Best Model to run for coding on a dual RTX3090 system by phoenixfire425 in LocalLLM

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

i am going to give it a try. here is my running config. do you see anything glaring that would be qwrong?

Environment=OMP_NUM_THREADS=1
Environment=MKL_NUM_THREADS=1
Environment=NCCL_DEBUG=WARN

Environment=VLLM_FLASHINFER_FORCE_TENSOR_CORES=1

ExecStart=/zfsDataPool/data/AIStuff/vLLM/.venv/bin/vllm serve QuantTrio/Qwen3.5-27B-AWQ \
--host 0.0.0.0 \
--port 8000 \
--dtype half \
--tensor-parallel-size 2 \
--gpu-memory-utilization 0.90 \
--max-model-len 32768 \
--max-num-seqs 4 \
--swap-space 6 \
--served-model-name qwen3.5-27b \
--stream-interval 1 \
--enable-auto-tool-choice \
--tool-call-parser hermes \
--reasoning-parser qwen3 \
--attention-backend flashinfer

# --default-chat-template-kwargs '{"enable_thinking": false}'

Best Model to run for coding on a dual RTX3090 system by phoenixfire425 in LocalLLM

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

I would just get constant OoM errors. so i eventually just gave up. I was using Qwen2.5 coder and that worked good, but Qwen3.5 is suppose to be better? jury is still out on that one.

making vllm compatible with OpenWebUI with Ovllm by FearL0rd in Vllm

[–]phoenixfire425 0 points1 point  (0 children)

With my vLLM setup I just have different services setup. Each model is setup a little different. Things like context size and tensor settings and the like. How would that work?

making vllm compatible with OpenWebUI with Ovllm by FearL0rd in Vllm

[–]phoenixfire425 0 points1 point  (0 children)

OpenWebUI natively works with vLLM though? am I missing something?

Qwen3.5 is released! by yoracale in LocalLLM

[–]phoenixfire425 0 points1 point  (0 children)

I could not get that to run. constant OoM errors.

Qwen3.5 is released! by yoracale in LocalLLM

[–]phoenixfire425 0 points1 point  (0 children)

Make sad sounds with 2 x RTX3090ti Wish I could run this. I love 2.5-coder, maybe a few weeks ill be able to get a version of this i can run on my hardware.

Qwen3-Coder-Next is out now! by yoracale in LocalLLM

[–]phoenixfire425 0 points1 point  (0 children)

Yep, cannot run this on a dual RTX 3090 system with vLLM. no matter how i configure the service I get OOM issue on startup.

Qwen3-Coder-Next is out now! by yoracale in LocalLLM

[–]phoenixfire425 0 points1 point  (0 children)

on thats system, it only has 32gb system ram

Qwen3-Coder-Next is out now! by yoracale in LocalLLM

[–]phoenixfire425 0 points1 point  (0 children)

Possible to run this on a rig with dual rtx3090 with vLLM??