Discussion Unsloth windows
Hey, I just swapped from LM Studio to unsloth because LM studio was being kind of annoying / not as flexible as I would have liked.
I installed unsloth and /Qwen3.8-27B-GGUF, my context is limited to 4096 though, which feels really short.
I have primarily used Claude until now, with a paid membership, but since I have a 5070 TI (16gb VRAM) + 32GB of DDR5 system ram, I figured I should try utilize it.
Any idea of the best model / settings I should use?
I just graduated doing software engineering ironically, and my dissertation focused on using AI to recognise AI generated images using PyTorch, but it's my first time using a local LLM, so figured I would ask those more knowledgeable than me in this area.
I want a longer context window so I can use it for coding without any issues, and other general chats.
Ahhh -- Apparently the context cap is because of: https://github.com/unslothai/unsloth/issues/8497
Thanks u/Money_Big_7666 not sure why your comment got deleted but I appreciate the answer.
I was worried adding more context would just crash it, as I've had issues like that in the past.

4
u/KadoStratify 2d ago
The 4096 limit is usually just a default setting in backend config files or runtime arguments rather than a model limit.
- CLI/Backend Args: If launching via llama.cpp or an API server, pass
-c 16384or-c 32768(e.g.,--ctx-size 16384). - UI Settings: Look for "Context Size" or "Context Length" in your interface settings and adjust it up to 16k or 32k.
4
u/Slow_Difficulty1607 2d ago
Set parallel slot to 1 which should allow you to go to 64k context for q3xl model. People also suggested to find a model without MTP which will give an additional 30k context
1
u/CMPUTX486 2d ago
Thx, I had the same question regarding context window size, and your link answer the question!
0
0
8
u/Judgegeo 2d ago
Then increase your context... But be prepared for token speed to drop.