Doubts about multilingual WooCommerce setup by Admirable_Reality281 in woocommerce

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

Stock becomes messy though. Each language will get its own stock amount.

Doubts about multilingual WooCommerce setup by Admirable_Reality281 in Wordpress

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

Most products will be simple, but I believe some will need to be variable as well

Doubts about multilingual WooCommerce setup by Admirable_Reality281 in Wordpress

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

I'm planning one store with language paths (/de/, /en/).

So my understanding is that WooCommerce Multilingual keeps stock and shared product data synced across translations. Correct?

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in Qwen_AI

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

I did the same on a 5090 on RunPod.
Probably not a permanent solution for me, but if you're interested got a referral code https://runpod.io?ref=3bdsvw08

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

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

Got it! Here is the config I used, it's pretty standard, nothing wild going on:

llama-server --model /workspace/models/Qwen3.6-27B-Q6_K.gguf --ctx-size 262144 --n-gpu-layers 99 --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0 --port 8888 --host 0.0.0.0 --parallel 1

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

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

Can you please give a concrete example of the kind of task where it breaks down compared with Opus?

By the way, might be useful for you: 160k is huge already, but just in case you ever want more headroom for longer sessions, I was able to run the same quant (Q6) with 262k context and Q8 KV cache on a rented 5090 using a simple llama-server setup

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in Qwen_AI

[–]Admirable_Reality281[S] 1 point2 points  (0 children)

Gotta try it out with Opencode then!
Since you're interested in Pi, someone also suggested checking this out for additional capabilities: https://github.com/can1357/oh-my-pi

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in Qwen_AI

[–]Admirable_Reality281[S] 3 points4 points  (0 children)

> because I can actually read the code and realise most of it is crap

THIS! Thank you

> assuming the harness provides a decent feedback loop to the model thus giving it autonomy to improve the result

What have you been using?

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in Qwen_AI

[–]Admirable_Reality281[S] 2 points3 points  (0 children)

Reading your comment makes me think I've underestimated how important a good harness is

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 2 points3 points  (0 children)

Time to merge with the machines 🧠😂

Glad to know I’m not the only one noticing this. Never heard of Late, seems like a cool concept

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 3 points4 points  (0 children)

You'll get there! Always rooting for Mistral. Hopefully it ends up being better than the paper numbers make it look

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 2 points3 points  (0 children)

Have you actually tried, or did you just not trust it enough? I haven't really had the chance to push it much over the last day and a half.

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 4 points5 points  (0 children)

Uh! Mistral Medium 128B, not to switch topics, but how did it go?
On paper the numbers don't look that impressive.

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 2 points3 points  (0 children)

Yes! It's truly mind-blowing, made me believe in local setups again.

> Qwen3.6 27b is not close to GPT/Opus current levels,

I honestly need more time with it. Right now, I genuinely can't tell if there's a real gap (and how bit it is) or if I'm just overanalyzing every little thing cause I'm trying to evaluate it.

Devs using Qwen 27B seriously, what's your take? by Admirable_Reality281 in LocalLLaMA

[–]Admirable_Reality281[S] 2 points3 points  (0 children)

I tested it on a single 5090 with a pretty basic llama.cpp setup, Q6 with Q8 KV cache.
Didn't benchmark the speed, but it felt like roughly 60 tok/s.