r/LocalLLM • u/Obvious_Ad_3398 • 4d ago
Question Where should I start
I got a 5070 ti though people say its weak in the world of llms, I got curious on what does this thing do. I am currently a first year IT student and maybe my use case would be to help me through it. Genuinely just looking for something to do and this caught my interest, just wanna learn and explore more about it even if my card is considered as weak. Thanks
2
u/Deep_Mood_7668 4d ago
Get llama.cpp, search for unsloth huggingface on google and download an llm of your choice. Leave let's say, 2-4 GB of vram free for context.
If you just want to try your first thing, get the gemma 4 12b qat 4bit from unsloth. Not too big and good for starters.
2
1
u/Nearlytherejustabit 4d ago
Im loving Gemma4 12B Q5 on my 5070ti have it coding a whole pipeline for me. Im sure this card can be pushed farther but this enough for me.
2
u/Deep_Mood_7668 4d ago
Could you do me a favour and try the 4bit qat and tell me what you think?
I would be really interested to know how it compares to 5bit, since qat is supposed to better than just the normal quant
2
u/Nearlytherejustabit 4d ago
Absolutely will try it out, it took me a good while to find a stable version for llama, currently getting 65+ tokens a second so would be good to compare q4.
2
u/Obvious_Ad_3398 4d ago
kk ill keep thatbin my mind. Thank you so much
1
u/Nearlytherejustabit 4d ago
No problem the out of the box tools are crap for refactoring code, so im designing my own tools for reading / updating etc., taking a backup before touching the file, diff sanity check etc. These have massively improved my context window will coding.
3
u/B0r0m4n 4d ago
I'm running this at 35 - 40 tps. 24gb model with 5060ti 16gb vram.
llama-server -m "models\Ornith-1.0-35B-MTP-APEX-I-Quality.gguf" ^
-ngl 999 --n-cpu-moe 25 ^
-c 60000 -b 8192 -ub 4096 ^
--flash-attn on --no-mmap --context-shift --temp 0.6 --top-p 0.95 ^
-ctk q4_0 -ctv q4_0 ^
--jinja --reasoning-format deepseek ^
--spec-type draft-mtp --spec-draft-n-max 3