← writing

Hello, World

This is a test post to make sure the MDX pipeline works.

LaTeX

Inline math: E=mc2E = mc^2

Display math:

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}

Code

Inline console.log("hello") and a block:

@torch.compile(fullgraph=False)
def train_step(xb, yb, model, optimizer):
    logits = model(xb)
    ce_loss = F.cross_entropy(logits.view(-1, vocab_size), yb.view(-1))
    return ce_loss

Lists

  • Item one
  • Item two
  • Item three

This is a blockquote. It should render with a left border and italic text.