• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Qwen on local workflow

ralke

(҂ ͠❛ ෴ ͡❛)ᕤ
Joined
Dec 17, 2011
Messages
1,759
Solutions
31
Reaction score
999
Location
Santiago - Chile
GitHub
ralke23
Twitch
ralke23
Guys i've been experimenting with Ubuntu 22.0.4 in an older pc I built with an rtx 2060 6gb and i3 processor. Installed ollama and already make Qwen2.5-code:7b run on it with Open WebUI to serve it on localhost:8080. The thing is I tried to pair it up to Visual Studio Code using Continue (so I can use Qwen to modify local files). This with the intention of building websites quickly on my local AI and modify local files attached to Docker (docker server the nginx files and does inverse pad mount to offer it on local aswell).

The thing is. When I run qwen on plan mode it works really well. It does craft solutions, and I think it analyses the local files. But when I run it on agent mode to directly modify the local files it says exceed context limit. So any advices on how to operate locally in a way that AI modify my local ubuntu files? I was thinking on using qwen1.8 or something lighter to try it out.

GPT is suggesting an entire different workflow with Qwen Code CLI + VS Code official extension + ~/.qwen/settings.json + modelProviders. Can you guys guide me in the right direction? Regards!
 

Attachments

  • 1775240389953.webp
    1775240389953.webp
    174.5 KB · Views: 30 · VirusTotal
  • 1775240413665.webp
    1775240413665.webp
    172.4 KB · Views: 29 · VirusTotal
  • 1775240516899.webp
    1775240516899.webp
    455.7 KB · Views: 29 · VirusTotal
Last edited:
Here's a really good video about Aider. I'm moving forward, and already made a few projects with it. I'll be attaching more stuff...
Here's anoter intresting one:
 
Last edited:
Qwen 3.6 27B is Sonnet 4.5 level, and runs at 24GB vram with 160k context, 96k context with Q5KM
 
Back
Top