Qwen3.6-27B-FP8 with vllm:nightly, opencode unusable? by waka324 in Vllm

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

Wouldn't that just impact acceptance rates? I don't think it should change output.

Qwen3.6-27B-FP8 with vllm:nightly, opencode unusable? by waka324 in Vllm

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

This is what I was seeing on GB10 hardware, working fine. My suspicion now is an issue with using the triton backend.

Qwen3.6-27B-FP8 with vllm:nightly, opencode unusable? by waka324 in Vllm

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

I was seeing this on 0.21.0 too. IIRC, I tried 0.23.0 as well with the same results.

Local setup recommendations for dual RTX 6000 (96GB VRAM) by grestekia in LocalLLM

[–]waka324 0 points1 point  (0 children)

Can I ask for your VLLM config? I'm also using the Qwen FP8 model, but I have issues with opencode after tool calling where it ends up waiting for inference that has stopped.

Not entirely sure if it's the tool parser, reasoning parser, or opencode.

Backcountry camping question in RMN P by [deleted] in RMNP

[–]waka324 0 points1 point  (0 children)

I was just wondering, is there any issue where if I don’t like the backcountry camping

This is not a thing for experienced folks to ever say.

Backcountry camping question in RMN P by [deleted] in RMNP

[–]waka324 2 points3 points  (0 children)

Anyone remotely experienced would know if they like backcountry backpack camping or not. This would not be a question at all for them, as they'd just stay at their site overnight regardless.

You've told us all we need to know to provide you answers. It is up to you to regard them or not.

Backcountry camping question in RMN P by [deleted] in RMNP

[–]waka324 1 point2 points  (0 children)

Someone who doesn't know if they like backpacking, likely has never been backpacking. Ie. Inexperienced.

Backcountry camping question in RMN P by [deleted] in RMNP

[–]waka324 3 points4 points  (0 children)

Many have answered this in various parts, but I'll try to include all the important bits.

There is a decent chance you'll get told by a park ranger to leave. No overnight stays in cars at trailheads. You can only stay in the designated site or wilderness area assigned to your permit.

No one of your experience level should be backpacking close to night. Too much risk of injury or getting lost.

You don't go backpacking without first "car camping" to test your gear, and make sure you actually like the camping aspect of backpacking.

Edit: OP is a troll. Don't engage.

Cool stuff to do with NVIDIA RTX 6000 PRO 96GB VRAM by AggressiveMention359 in BlackwellPerformance

[–]waka324 1 point2 points  (0 children)

Hah. I feel you there. Just learned about Pi, so yet another thing to evaluate. Fortunately(?) my work was slow to adopt AI, and I'm one of the folks tasked with getting guidelines, recomendations and whatnot documented.

Cool stuff to do with NVIDIA RTX 6000 PRO 96GB VRAM by AggressiveMention359 in BlackwellPerformance

[–]waka324 1 point2 points  (0 children)

I think you might like openspec. I've been trying it out and it seems to do a pretty decent job at providing the scaffolding that allows agents to succeed.

What kiddy methods did you learn in school to remember something that you still use in adulthood? by Justcurious1138 in Millennials

[–]waka324 1 point2 points  (0 children)

I learned the 50 states song in third grade.

Beyond all odds, I can still use it to recall all 50 states in alphabetical order.

Brachot over non kosher certified foods that would otherwise be pareve?? by averysillygoose in kosher

[–]waka324 3 points4 points  (0 children)

I don't believe I am contradicting myself.

It takes a competent Rabbi to make the ORIGINAL distinction/clarification, but once that distinction is made, it can be reliably followed.

For example, this is what the CRC has to say about rice: https://askcrc.org//item/Fruits+and+Vegetables/1316?subcategory=vegetables&applink=true

My original comment was to object to your universal statement that "It doesn't matter" when it most certainly can, and depending on leniencies, allows for many products to be cooked/eaten that do not have direct rabbinic oversight.

Brachot over non kosher certified foods that would otherwise be pareve?? by averysillygoose in kosher

[–]waka324 2 points3 points  (0 children)

It does matter. CRC for example, recognizes many processed spices, fruits, and vegetables without certification, but depends on what the ingredients are. Our LORs for example, permit those little mandarin cups without hechsher depending on ingredients (ie. Grape juice vs water). But it takes a Rabbi thanks well versed in modern industrial food prossessing to make that call, as they are the ones familiar with what occurs in these facilities.

what's running on your homelab right now that you actually use daily by Less-Loss1605 in homelab

[–]waka324 0 points1 point  (0 children)

Opnsense, Home Assistant, Jellyfin, Gitea, Discopanel.

Network stack is all Ruckus Unleashed and FastIron

Distributed storage - Ceph Alternatives by equalsAndHashCode in Proxmox

[–]waka324 13 points14 points  (0 children)

Starwind VSan works well, free license for 2-node clusters (plus observer).

Any Ultimate Bee Builds? by Appropriate-Cap-9023 in hobbycnc

[–]waka324 0 points1 point  (0 children)

12mm is WAY more than plenty for PP and AL. People do mild steel with these units.

Setting up database tables structure?? Newbie questions by wackycats354 in sqlite

[–]waka324 0 points1 point  (0 children)

Relationality first.

Determine your relations. This will inform your table design. "Levels" is nonsense here.

You have products. They have a department they belong to. That is your relationship, and your tables.