HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jojo2219

no profile record

投稿

Observing Spooky Action at a Distance?

functional-coat-477.notion.site
1 ポイント·投稿者 jojo2219·2 年前·0 コメント

コメント

jojo2219
·2 年前·議論
what's the state of the art in quantization methods these days that one might apply to a model like LLama 3? Any particular literature to read? Of course priorities differ across methods. Rather than saving space or speeding up calculations, I'm simply interested in static quantization where integer weights multiply integer activations (like 8-bit integers). (as for motivation, such quantization enables proving correct execution of inference in sublinear time, at least asymptotically. i'm talking of ZK tech)
jojo2219
·2 年前·議論
weights and activations all bf16?
jojo2219
·2 年前·議論
Where are f32 and f16 used? I see a lot of `.float()' and `.type_as()' in the model file, and nothing explicit about f16. Are the weights and all the activations in f32?