TensorTonicTensorTonic
Problems
Study PlansProjectsInterviewPricingFeedback

Research Papers

gpt-oss

gpt-oss badge
1

Attention Sinks

Plus

Learned per-head scalar added inside the softmax denominator, giving each attention head an escape valve so weights no longer sum to 1.

2

YaRN RoPE

Plus

NTK-by-parts inverse frequency scaling that extends RoPE to long contexts.

3

Sliding Window

Plus

Causal mask that restricts each query to the previous W tokens, used on alternating attention layers.

4

GQA Attention

Plus

Forward pass combining grouped-query attention, optional sliding window, and learned softmax sinks.

5

MXFP4 Dequant

Plus

Microscaling FP4: dequantize 4-bit expert weights using a shared per-block FP8 scale.

6

MoE Router

Plus

Top-k expert routing with softmax taken after the top-k selection, not before.

7

MoE Forward

Plus

Sparse MoE forward: route, run clamped-SwiGLU experts, weighted-sum the outputs.

8

Transformer Block

Plus

Pre-norm GPT-OSS block: RMSNorm, GQA attention with sinks plus optional sliding window, residual, RMSNorm, sparse MoE, residual.

9

Full Forward

Plus

Embedding plus stacked GPT-OSS blocks (alternating attention pattern), final RMSNorm, lm head logits.

Loading architecture visualization...