Hello, World
This is a test post to make sure the MDX pipeline works.
LaTeX
Inline math:
Display math:
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.