HackerTrans
TopNewTrendsCommentsPastAskShowJobs

k1832

no profile record

Submissions

I designed a bfloat16/FP8 alternative in a week using LLMs

arxiv.org
3 points·by k1832·vor 4 Monaten·4 comments

comments

k1832
·vor 4 Monaten·discuss
Oh.. thanks for letting me know
k1832
·vor 4 Monaten·discuss
Thanks! Exactly, getting rid of that dynamic scaling hardware tax was the exact goal.

Regarding GGUF Q8_0: I haven't benchmarked against it yet. My focus so far was on proving the hardware thesis (RTL synthesis via SkyWater 130nm) and validating the numerics/convergence via PyTorch QAT.

Bridging this into the ggml/llama.cpp ecosystem to run standard LLM benchmarks is absolutely the next logical step. Getting this to run efficiently in software (simulating the hardware behavior) to compare against Q8_0 is something I'm looking into next.

If anyone in the local inference community is interested in exploring this or has pointers on the best way to integrate custom QAT formats into standard benchmarking pipelines, I'm all ears!
k1832
·vor 4 Monaten·discuss
[dead]
k1832
·vor 4 Jahren·discuss
Great