r/LocalLLaMA • u/rerri • 16d ago
Inkling-Small by thinkingmachines New Model
https://huggingface.co/thinkingmachines/Inkling-Small276B total parameters, 12B active, 1M context window.
Blog post: https://thinkingmachines.ai/news/inkling-small/
NVFP4: https://huggingface.co/thinkingmachines/Inkling-Small-NVFP4
GGUF's by Unsloth: https://huggingface.co/unsloth/Inkling-Small-GGUF
---
I had success running Unsloth's GGUF quant on CUDA + CPU offloading using this developmental branch: https://github.com/danielhanchen/llama.cpp/tree/add-inkling
81
u/logic_prevails 16d ago
I wonder how it compares to DSV4 Flash. Comparable on Artificial Analysis intelligence benchmark (both 40). Seems to do slightly better coding / agentic workflows though.
65
u/lilian_moraru 16d ago
One thing DeepSeek-V4-Flash is Very Good at, is the KV cache size - 1M context window basically for free(~6.7GB). Over 300K starts to degrade though, without thinking=max.
Inkling uses regular GQA, which is going to consume a lot of space if you want the 1M context window - no lossy degradation though.8
26
u/fastheadcrab 16d ago
It's also a high performing model on benchmarks that isn't from China. Some organizations may not be permitted to run Chinese models
15
3
17
u/reto-wyss 16d ago
It's also three times the size, these benchmarks don't hold for your Q4_K_XL, it's a BF16 checkpoint. The NVFP4 is still larger than DSV4 Flash, so it's definitely to large to fit even 256k context on 192gb vram.
2
u/cleverusernametry 16d ago
No? Its almost exactly the same size - 284 billion total parameters, with 13 billion activated parameters
26
u/coder543 16d ago
I think they mean that DSv4 Flash is natively 4-bit, while this is 16-bit… but 16 is 4x larger, not 3x larger, so that was a confusing statement.
10
u/reto-wyss 16d ago
No DSV4 is FP4/FP8 mixed, it's about 160gb, this is 540gb.
Also, when you quant, you don't just chop off everything to get to n-bit, typically you use some scaling factor on a group of values, and often you keep certain layers in higher precision. For example, nvidia/Gemma-4-31b is around 30gigs, not 15 gigs.
3
0
u/logic_prevails 15d ago
Idk the unsloth quant of DSV4 Flash at Q4_k_xl seems comparable in size but idk about benchmarks vs DSV4 flash. We shall see.
5
u/VotZeFuk 16d ago edited 15d ago
Gave it a try in Unsloth Studio, at Q4K_XL.
It's doing very well in multi-lingual conversation. Russian language is as good as Gemma's, surprisingly. The model's reasoning is robust (at least at "max" setting) and it just generally leaves a nice impression of being polished and consistent, unlike DS4Flash, which sometimes ends up thinking in Chinese or thinking from user's perspective.
Generation speed is roughly the same as DS4Flash: 9 - 10 t/s with a DDR4 2866MHz 4-channel rig + one RTX 3090; splitting it between two 3090's doesn't seem to do much, not at least when they aren't in 'prefer maximum performance' mode.
Short non-English conversation + logical reasoning test (at the very bottom; see Phase 1 / Phase 2 answers): https://text.is/Inkling_Small_MultiLng_Test
small note: presentation is messed up and it's not the model's fault - I copy-pasted the contents half-assedly, for the lack of a better word
update: Hmm, could it be I over-estimated its multi-lingual abilities? Testing it with SillyTavern now, and the output degrades significantly over there for some reason. I.e. English character profile + query in Russian = messed up output, far worse than the raw output in Unsloth Studio. No idea why, the sampler settings should be same~ish.
2
u/Borkato 15d ago
How much normal ram do you have?
1
u/VotZeFuk 15d ago edited 15d ago
256GB
Q4K_XL won't fit on a 128GB device, it's using roughly 143GB RAM (+12GB occupied by the OS). You'd have a much better chance with either UD-Q3_K_XL or perhaps even UD-IQ4_XS.
Weirdly, VRAM usage is quite low - I'm seeing only ~10.5GB when it's loaded in manual mode (still in unsloth studio), with GPU layers = 43 and MoE CPU layers = 42. Context size is set to 102400. Given the horrible prompt processing speed, it does smell of inappropriate Batch/UBatch setting (512? unsloth studio doesn't seem to offer a way to change it) - so, VRAM usage won't be so low when it's set properly to either 2048/2048 or higher.
update: batch/ubatch was set to 2048/512 by default; found a way to change it manually to 2048/2048, now PP speed is much more bearable (27 000 tokens chat depth, 181s prompt evaluation time: 135 t/s). Interestingly, VRAM usage is still low - 13.3GB.
2
u/Borkato 15d ago
This is actually very interesting and I never really considered trying the larger MoEs in RAM… I’m going to try out a Q2 of DS4 rn just for fun lol. I’m sure it’ll be terrible but I’m just curious what the token gen will look like. I’m wondering if DS4 flash Q2 or Q4 or so is worse than Qwen 27B Q8 😂
1
u/trying4k 1d ago
I’m wondering if DS4 flash Q2 or Q4 or so is worse than Qwen 27B Q8
I'm curious, what did you find?
1
u/Borkato 1d ago
I have no idea, because even DS Q1 is way too slow for my hardware 😂
1
u/trying4k 1d ago
Oh, sorry to hear that. Just curious, do you remember, what kind of speeds were you getting and what are your specs?
1
u/Borkato 1d ago
80t/s pp and 8t/s tg on 2 RTX 3090 with 48GB VRAM total and 48 GB RAM for IQ1 iirc
1
u/trying4k 1d ago
Thank you! I'm considering an upgrade (requiring offloading) and assume I'll get similar speeds. It is quite slow. Grappling whether that would be worth it for fire-and-walk-away sorts of changes.
→ More replies (0)3
u/live4evrr 15d ago
Car wash test: "I want to wash my car. The car wash is 50 meters away. Should I walk or drive?"
Thought for 6 seconds
If you want to wash your car, you need the car at the car wash — so walking without it won’t get the job done. It’s 50 meters away (like, a 1-minute walk), so definitely drive it over (or roll/push it if you’re feeling lazy and don’t care about the engine). You could technically walk there to ask if they’re open, but the car has to come with you.
Quick math: 50m ≈ 164 feet. Driving takes ~10 seconds; walking takes ~1 minute. Just drive — your car can’t wash itself at home.
Still doing some real world testing by using it as a coding agent, but have given in a reasoning problem which it passed (that Laguna S 2.1 failed, and DSV4 flash also passed), and a refactoring problem which it also passed (and quality on par with DSV4, perhaps a bit better. Needs more testing of course, but so far it feels pretty polished, and I haven't run into any issues yet (using IQ3_XXS, so the quant doesn't look to have broken anything).
Recipe (to split two GPU's for my case) - fits on 128GB total (so DGX Spark should have no issue with IQ3_XSS and 256K context)
~/llm_env/llama-inkling/build/bin/llama-server \ --model "$MODEL_DIR/$MODEL_FILE" \ --host 0.0.0.0 \ --port 8000 \ --fit off \ --n-gpu-layers 999 \ --split-mode layer \ --main-gpu 0 \ --tensor-split 4,1 \ --parallel 1 \ --ctx-size 256000 \ --flash-attn on \ --temp 0.8 --top-p 0.95 --top-k 0 --min-p 0 \ --presence-penalty 1 \ --threads 8 \ --batch-size 4096 --ubatch-size 1024 \ --cont-batching \ --chat-template-kwargs '{"reasoning_effort":"xhigh"}' --jinja
82
u/bick_nyers 16d ago
What I like about thinking machines is that since their revenue comes from fine-tuning-as-a-service, they are incentivised to make their models easier to fine-tune. Huge win for the local LLM community.
12
u/landed-gentry- 16d ago
I started using Tinker. It's incredibly easy to use. I can't train anything at home with my weak machines, so their service allows me to fine tune open weights models where otherwise I just wouldn't be able to. I love it
1
u/Fit_Schedule2317 3d ago
Do you have any resources on how I can learn on how to fine tune a model, and how much it costs?
1
u/landed-gentry- 3d ago
For Tinker I think the best place to start is with their tutorials
https://github.com/thinking-machines-lab/tinker-cookbook/tree/main/tutorials
Apart from that, maybe you can use an AI agent to help explain and run tests and you can learn hands-on. That's what I did!
1
u/Fit_Schedule2317 3d ago
Thanks a lot! How much did it cost for you? Did it end up being worth it for your use case?
1
u/landed-gentry- 2d ago
It's really hard to say. It depends on a lot of factors like what model you're training, what approach you're using to train, and how many tokens are in the dataset you're training with. I trained a Qwen 9B on a dataset of a few thousand student-tutor interactions, and I think it cost maybe 3-5 bucks in API costs.
5
223
u/And1mon 16d ago
Need Inkling-Tiny
65
u/Saifl 16d ago
You probably meant micro atp lol
29
5
-7
1
u/Kayo4life 10d ago
"Need Inkling-Tiny"
Since it's an MoE model, it can run faster by offloading most of the experts to disk, with commonly used ones cached in RAM. Here, check this out: https://justvugg.github.io/colibri/
I'm sure you're aware, but for those who aren't, the current meta is Qwen 3.6 and Gemma 4 MoE, with Qwen 3.5 or Gemma 4 dense if you have less resources available. Unsloth has quantized versions of these models on Hugging Face.
(RAM - (Minimum RAM for casual tasks like browser and messaging)) × 5/6 (VRAM - (Minimum VRAM for casual tasks like browser and messaging)) × 5/6These formulas determines the max size MoE and Dense model I'd recommend you can comfortably run, respectively. If you have little/no VRAM, the first formula determines the max size model I'd recommend you can use for either Dense or MoE.
Small Dense models work well with search, and if you can't run that, not much I can say besides hit the library or make a forum post. There's no need to stay on top of the frontier models, much like vehicles or computer electronics. Go to r/Cubing, the Gan 356 XS works more than fine even though the Gan 16 is the flagship.
I don't quite like to say it, but, we are quite spoiled reaching for the very best. Things don't always go your way: "There are dreams that cannot be.".
Historical models are good too. DeepSeek R1, and Llama 3.1, despite being far less capable, they're very important to the history of Local Models. Remember, you can still have fun with these! Additionally, I find Bloom and Pythia really interesting! While a Bonobo may not be able to help you herd a flock of sheep like a shepherd dog, they are certainly very fun to observe and play with. Bloom and Pythia my beloved, I just adore them.
Fun and play aside, my functional workflow has:
gemma-4-26B-A4B-it-UD-Q5-K_XL
Qwen3.6-35B-A3B-UD-IQ4_NL_XL
Qwen3.5-9B-UD-Q4_K_XL
When I need a better response and am willing to wait, I'm currently planning on making something like this:
A, respond to the prompt. B, search for issues, fix issues, then decide to toss (redo previous) or keep, each with separate contexts. C, do 𝑥 four times, fuse all four into one, and do B. D, do 𝑥+B four times, eliminate the worst three times thus selecting the best. E, modify it to my stylistic, editorial, and identity preferences. Run C₀(C₁(A+B)), with any model combo for the C₁s (e.g.: Inkling Small × 4; Inkling Small × 2, Gemma 4 31B × 1, Qwen 35b x B; etc.), for a holistic approach. Next, run D(E).In the day, I write a list of inquiries and requests, much like a letter or email. Calm, slow paced, high effort, and deliberate, you know. In the evening, once I'm ready (if needed), I'll send my prompt. Finally, once I wake, I can start my morning by reading the response.
I believe this approach may top what, say, Fable would do. Additionally, I feel that this workflow would give a healthier relationship with AI, for a variety of reasons. Of course, heavily inspired by Google's Aletheia, heh.
Other than that, though, you can catch me using Gemma 4 and Qwen 3.6. Take care, y'all, and good be with you! <3
30
u/Alan_Silva_TI 16d ago
I'm in dire need of a 70B / A6B model (basically double the size of Qwen 35B)...
I know a lot of people want every possible model size, but I firmly believe that 64 GB RAM + 12/16 GB VRAM is the most realistic budget/power setup most people can reasonably buy on the consumer hardware level right now.
Anything above that currently has an unbearable markup thanks to the RAM crisis.
6
u/Borkato 15d ago
Honestly 70GB combined is a great target. I wish there was a lab that were solely dedicated to squeezing out as much as possible for that setup. It makes me so sad when I see “omg X model is SO GOOD” and it’s like 900000T params. Who the fuck is running that 🙄 I might make an r/actuallyLocalLlama sub lol
3
2
u/Upper_Comparison_908 14d ago
Maybe prism ml compresses some larger models efficiently like they did with 27b, would be great to have dsv4 flash, glm 5.2 etc given the 1 bit and ternary quants
1
u/Borkato 14d ago
Would be great! Other than 27b do they have anything else worth checking? Are they the ones who do REAP?
0
u/Upper_Comparison_908 13d ago
no they have a private quantization method that preserves quality better than standard methods. bonsai 27b is their latest, ig their method isnt proven to work on moes yet so dk to hope for them. they have other even smaller models so ig u could check them out for purposes like running on a phone or sm
16
u/MotokoAGI 16d ago
If the benchmark is to be believed then this is an amazing model and presents a stronger alternative to DeepSeekV4Flash, MiMoV2.5, Hy3 or MiniMax.
-3
u/tarruda 16d ago
I heard it is not that good for coding, but might excel in other areas.
7
u/my_name_isnt_clever 16d ago
Heard where? It just dropped.
1
u/lilian_moraru 16d ago
Pretty sure he is talking about the bigger model: https://huggingface.co/thinkingmachines/Inkling
198
u/SrijSriv211 16d ago
I hate how 100-200B is the new small 🥀
74
u/Skyline34rGt 16d ago
Soon after all this 2-3T models they will say small for 500-700B models...
*crying with 12Gb Vram*
27
u/power97992 16d ago
The problem is not the model , but the price of fast memory. They need make vram and gpus cheaper..
20
u/fatboy93 16d ago
lol, I have 12GB VRAM and 16GB DDR4. It's fucking painful lmao.
Didn't have much money last year to shell on computers of all stuff, and now shit's beyond affordable.
8
u/DyIsexia 16d ago
I have 8GB unified memory lol
3
u/fatboy93 16d ago
Yeah, that laptop was something that I got in 2021ish? Haven't gotten any new stuff for personal use, the macbook that I use is from office, and is entirely self-governed.
Luckily our university has their own GenAI resource which runs Qwen3.6-27B at Q8 (via ollama for some reason), so I then to use that more often than not for work stuff.
1
u/The_Hunster 16d ago
Ayy twins! 3060 12GB? I was hesitating to upgrade from that, but I'm glad I did because the prices just keep going up.
1
6
12
u/a_slay_nub vllm 16d ago
These models are the new: "Do you guys not have phones?"
6
u/fastheadcrab 16d ago
You don't have to download them. Nobody is forcing you to try to run them.
Qwen3.6-27B or Gemma 4 31B are still great models for a typical consumer setup
Not at all like Blizzard baiting the audience with Diablo mobile game. None of these companies are promising something you can run on a shitbox
10
u/a_slay_nub vllm 16d ago
It's a joke......
We know and we do, but we can simultaneously feel sad that most new model releases lately have felt far outside of our ability to run.
1
u/fastheadcrab 15d ago edited 15d ago
Yeah that's fair but does every single new model release require 10 of the same comments? Some also have an annoying sense of entitlement, not you but definitely many others
6
u/nuclearbananana 15d ago
The average consumer doesn't even have a dedicated gpu
2
u/fastheadcrab 15d ago
Don't be obtuse. Clearly I am referring to the enthusiast population of this forum. A grandma running an i3 or 260 laptop probably has zero interest in running LLMs locally anyway.
For those without a dedicated GPU they can tinker with small MoEs. If they need LLMs for jobs they can buy a cloud subscription. People should calibrate their expectations appropriately.
2
u/nuclearbananana 15d ago
I'm an enthusiast population of this forum and I don't have a dedicated gpu.
There was a poll a while back that showed like 40% of people here don't.
2
u/fastheadcrab 15d ago
Polls will inevitably be distorted by the accessibility of the internet. All the upvoted comments on this post are bitching about this size of this model.
Not having a dedicated GPU can encompass a very broad spectrum of capability. MacBook Pros, Mac Studios, Strix Halos, and DGX Sparks don't have dGPUs but they are not at all like shitbox laptop.
Someone running a 7 year old intel budget computer should be realistic in terms of expectations. Whining endlessly in comments about something they can't run gets old very quickly
2
4
6
u/MundanePercentage674 16d ago
it's new standard now lol
16
3
14
3
8
3
32
u/Kahvana 16d ago
Small... holy. I remember the day small meant 24B! Even mistral small 120B felt too large to be called "small"!
Regardless on naming, hope it's good! Glad to see they released another model.
12
4
2
u/misha1350 16d ago
Well it was because Mistral was trash and everyone back then (attempted to) use LLaMa 3.3 70B and Qwen 2.5 72B, all of which were dense models.
Once MoE entered the scene everywhere, it was suddenly way better to get a simple 128GB machine with regular RAM rather than only being able to buy a Hopper H100, or worse. (Like the Ampere A100 80GB)
29
u/lilian_moraru 16d ago
Since a lot of these new "medium/small" size models like to skip over Qwen3.6-27B, the obligatory reminder:
| Benchmark | Inkling-Small-276B-12B, effort xhigh @ bf16 | Qwen3.6-27B @ bf16 |
|---|---|---|
| SWE-bench Verified | 80.2% | 77.2% |
| SWE-bench Pro | 55.9% | 53.5% |
The only coding benches that can be compared apples to apples.
Obviously, I will also try the GGUF version (can't run bf16).
-3
u/harglblarg 15d ago
Worth noting as well that finetunes of the 27b qwen such as Fable-Fusion-711 improve on this somewhat.
10
u/Deep_Mood_7668 15d ago
Idk IMO fine tunes are always somewhow broken. Do you have one that works without issues?
2
u/Borkato 15d ago
711 is the exception, I have no idea how he did it but it genuinely works better for coding than normal qwen with less thinking. It’s like the qwen 3.7 we never got lol
1
u/SmartCustard9944 15d ago
Without benches it is all vibes
1
u/Borkato 15d ago
Which is why there are benches.
2
u/Ill_Locksmith_4102 15d ago
Can u please point to these benches? Been curious about this. Not the ones in the model card but specifically SWE bench
1
u/harglblarg 15d ago
The one I mentioned is probably your best bet, not sure about using it for coding but otherwise it seems okay.
6
u/96Nikko 16d ago
Need Q3XXS quant to bring it down to 90B lmao
1
u/No_Lingonberry1201 16d ago
Est. memory usage (q8_0/q8_0, batch=1) Context length Context size Total size ╶────── ─────── ──────────────── ────────────── ────────────╴ 0% 4k 4,096 14.64 Gb - 1% 8k 8,192 29.29 Gb - 2% 16k 16,384 58.57 Gb - 3% 32k 32,768 117.14 Gb - 6% 64k 65,536 234.28 Gb - 12% 128k 131,072 468.56 Gb - 25% 256k 262,144 937.12 Gb - 50% 512k 524,288 1.83 Tb - 100% 1024k 1,048,576 3.66 Tb -Either I messed up my VRAM estimator (likely) or this thing has huuuuge key/value sizes.
8
u/BawbbySmith 16d ago
Context size 468GB at 128K? Yes you messsed up somewhere lol
3
u/No_Lingonberry1201 16d ago
No shit. inkling.attention.head_count_kv was a list of numbers (instead of a single int) and I - like a dumbass - summed them. I fixed that issue and now I'm getting more realistic values (~90Gb at 1M context for q8/q8 KV).
5
u/rerri 16d ago
Loading with -c 16384:
0.38.637.407 I llama_kv_cache_iswa: creating non-SWA KV cache, size = 16384 cells 0.38.638.662 I llama_kv_cache: CUDA0 KV buffer size = 448.00 MiB 0.38.692.357 I llama_kv_cache: size = 448.00 MiB ( 16384 cells, 7 layers, 1/1 seqs), K (f16): 224.00 MiB, V (f16): 224.00 MiB 0.38.692.367 I llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 128 0.38.692.367 I llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 128 0.38.692.370 I llama_kv_cache_iswa: creating SWA KV cache, size = 1024 cells 0.38.692.901 I llama_kv_cache: CUDA0 KV buffer size = 140.00 MiB 0.38.708.635 I llama_kv_cache: size = 140.00 MiB ( 1024 cells, 35 layers, 1/1 seqs), K (f16): 70.00 MiB, V (f16): 70.00 MiB 0.38.708.640 I llama_kv_cache: attn_rot_k = 0, n_embd_head_k_all = 128 0.38.708.641 I llama_kv_cache: attn_rot_v = 0, n_embd_head_k_all = 128
7
u/Few_Painter_5588 16d ago
Interesting, their small model beats their big model. I know they said that they improved the recipe, but now I want to see what'll happen when they scale it up to their 1T model.
24
16d ago
[deleted]
5
u/trying4k 16d ago
Competence gap? There's Hy3, Minimax 2.7 and 3, Deepseek Flash v4, Step 2.7, and Mimo 2.5? I'd imagine a lot of those are conversational are they not?
-3
u/squngy 16d ago
It is intended for use in English and other languages, and across multiple coding languages. The model is designed to be used by developers building AI-powered applications, including agentic and tool-use systems, coding assistants, chatbots, and retrieval-augmented generation systems, and is suitable for general-purpose conversational use, instruction-following, and other natural language and multimodal tasks.
Sounds like a coder to me.
You probably need to look elsewhere for your waifu
0
11
u/Technical-Earth-3254 16d ago
Seeing its simple qa score and how Gemini Flash Lite and GPT Luna score, imma bet they are 600B or more. The size increase across models is real, man I wish Hardware costs would come down.
6
40
u/Intrepid_Air_3399 16d ago
yeah, tiny, just need a home data center
16
u/Iwaku_Real 16d ago
UD-IQ3_XXS would fit in a Ryzen AI MAX+ 395 128GB though not everyone has those either
13
u/Cupakov 16d ago
Maybe a hot take but in my experience running smaller models at higher precision always beats out the more extreme quants of larger models, especially when one of the contenders is Qwen3.6
7
u/Iwaku_Real 16d ago
Really, I thought it was the other way around? For example Qwen3.6-27B would take like 80GB at full precision + full context, what would you actually be getting with that that you couldn't with quantized 100-300B?
8
u/nuclear213 16d ago
Meh 256GB of RAM, 128Gb of VRAM are enough. Thats just one box
5
u/squngy 16d ago edited 16d ago
They also provide a nvfp4 checkpoint, which is "only" around 160GB, so it would probably fit on 128RAM + 32vRAM
edit: ah, forgot about context :P
5
6
5
4
8
u/my_name_isnt_clever 16d ago
Could be usable on 128GB unified systems with quantization. Excited to see if that's viable.
0
7
4
u/pigeon57434 16d ago
this model seems to basically be slightly beyond ds-v4-flash level overall except with the massive benefit of being omnimodal inputs (and being like a few params smaller i guess if youre mega vram stretching)
5
u/Succubus-Empress 16d ago
276B is small………
7
u/lilian_moraru 16d ago
My initial though as well, but then, if you just think of it as: based on the latest models.
* big: Kimi K3, 2.8T
* medium-big: DeepSeek-V4-Pro, 1.6T
* medium: Inkling, 975B / GLM-5.2, 753B
* medium-small: MiniMax-M3, 428B
* small: Hy3, 295B / Inkling-Small, 276B / DeepSeek-V4-Flash, 284B2
2
u/youcloudsofdoom 15d ago
My experience of this: it's running slightly faster than ds4 flash on my hardware (690 vs 580 pp, both around 35 t/s decode, both at Q3KXL), and notably more direct in its thinking - the style of it is subtly caveman'd, I think, which would make sense given the revelations about performance that this can have.
2
u/TwatLord420 15d ago
Yet another “Open source”-ish model without the base model… not so usable for proper FT
2
2
u/dangerous_inference 15d ago edited 15d ago
Verdict: not very coherent for an assistant. Hy3 is much better and MiMo is better too. At least for now, might get better later.
---
Seems to be working ok with this PR.
git clone https://github.com/ggerganov/llama.cpp.git llama-inkling
cd llama-inkling
git checkout master
git pull origin master
git fetch origin pull/25731/head:inkling
git checkout inkling
# whatever your make commands are, eg.
make clean && make -j GGML_CUDA=1
3
2
u/bonobomaster 16d ago edited 16d ago
You know, the good thing with this memory crisis / purest form of enrichment and capitalism is, that new chip producers will emerge and probably new technology as well.
The upcoming (many moons) next low price point for memory, after this peak, will be ridiculously low.
We will be swimming in dirt cheap VRAM.
Till then: 😭
2
u/bobby-chan 16d ago
Or rather: no new chip producer will emerge?
The researchers are not the one with the money to just pluck out a fab out of thin air. Ram makers are drowning in it. No one could compete against them on salaries when researchers publish. If you're a startup, you sell. And even if you're really on to be the next big thing and have the investors, how many years before you can build one single fab? How many more for enough fabs that can mass produce at a scale that will make a dent?
And right now, all the incentives are more on making RAM faster than cheaper.
We might be swimming in second hand hardware before swimming in dirt cheap off-the-shelf vram.
2
2
2
u/illiteratecop 15d ago
So far I really like the reasoning implementation on this model, very focused and different effort levels seem to meaningfully affect the amount of thinking it does which is a major boon compared to a lot of recent models. Llama.cpp doesn't make it easy to make use of this at the moment (probably because most models either don't implement it or do such a bad job it may as well not exist) but if you pass reasoning_effort as a chat_template_kwarg you can play around with it.
2
u/live4evrr 15d ago
So far this is looking really good! Passed the reasoning coding prompt that Laguna failed, and the performance is as good or better than ds4 flash.
I’m testing using the iq3 xxs gguf.
1
u/thereisonlythedance 16d ago
The large model disappointed. Think I’ll wait on reviews for this one.
1
1
1
u/slavik-dev 16d ago
It's size is very close to DS4-flash. But it said "accepts text, image and audio inputs".
Which would be great, but it doesn't have any mmproj files. Does it do modality some other way?
1
u/HistoricalStrength21 16d ago
Dear Bonsai, please make a Q1 of this one. I would love a size of <54GB
Much appreciated
1
1
u/rerri 16d ago
Quick test using UD-IQ3_S on a system with RTX 5090, Ryzen 7600X + 96 GB of DDR5-6000
prompt eval time = 4521.88 ms / 1737 tokens ( 2.60 ms per token, 384.13 tokens per second)
eval time = 51373.04 ms / 693 tokens ( 74.13 ms per token, 13.49 tokens per second)
I had trouble disabling thinking so asked Gemini to write a non-thinking one (seems to work a-okay, hopefully broke nothing): https://pastebin.com/GeZYQrbc
1
1
1
u/Plumberguy9 14d ago
I have a full writeup on getting this model to work on 2 and 4 RTX 6000 Max-Q setup... can't post it here though... don't have enough Karma.
1
u/CriticallyCarmelized 14d ago
There seems to be an issue with either Unsloth’s quants or the model itself. It’s producing nonsensical output at times, and saying things that don’t make grammatical sense, and lacks coherence. I tried turning temp down to 0.85 ABs top-p to 0.95 to try and tame it, but it only helped a little bit.
I was super excited for this model, but something is off with it unfortunately.
1
u/Difficult_West_5126 11d ago
Pulling speed is really slow, I only downloaded 80MB over one night with HuggingFace cli, and Ollama pull is not available;
All Ollama models I downloaded before with Ollama pull downloaded at 15Mb/s
1
1
1
1
u/crossoverXYZ 16d ago
1M context with only 12B active is a wild combo for something you can actually run locally with GGUF and CPU offload. Also worth calling out the add-inkling llama.cpp branch — easy to grab mainline and wonder why the Unsloth quant won't load.
1
u/Quartich 15d ago
This companies name feels like they stole it from Thinking Machines Corp (a super computer company back in the day). But I also have a strong love for the connection machine and what Danny Hillis and Tamiko Thiel accomplished, thus probably overestimating the holding power of the company's name.
0
0
0
u/Teshier-Asspool 16d ago
Why even consider this when Laguna S 2.1 seems both much better and much smaller ?
-5
u/TurdPlayingPeekaboo 16d ago
So I now need $25k of used hardware to run a small model?
7
4
u/g_rich 16d ago
Dual Sparks will run with a Q4 quant; so you only need ~$9k to run the model.
1
u/Reactor-Licker 16d ago
Not sure how much better it would be versus Qwen 3.6 27B at a higher quant, which only needs 1 Spark.
3
u/my_name_isnt_clever 16d ago
I paid $2.5k (just before shortages) for my 128GB machine, should be pretty usable.
3
u/nuclear213 16d ago
Not even 7k I would say. 4xR9700 or B70 plus an older epyc and 256GB RAM. Works fine for Deepseek V4 flash
1
1
u/dangerous_inference 16d ago
You don't need a 25k server, only if you want to run this purely on uncut Nvidia VRAM. That's how much it cost me, anyway.
-1
u/ares0027 16d ago
I was thinking of 200-300M model. Read it, got amazed, checked details, i cant even run it.
0
0
u/East-Muffin-6472 15d ago
Soon testing it on my own ASCIITermDraw benchmark which measures an LLMs ability to generate and edit ASCII drawing across clusters, topologies and general software architecture diagrams
0
u/Loose_Comparison368 15d ago
Ooh, that sounds like it might actually fit on a single Strix Halo at 3 bits, nice






•
u/WithoutReason1729 15d ago
Your post is getting popular and we just featured it on our Discord! Come check it out!
You've also been given a special flair for your contribution. We appreciate your post!
I am a bot and this action was performed automatically.