Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 559 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 559 Bytes

honeycrisp-examples

This repository will contain usage examples for Honeycrisp.

Contents:

  • SimpleTensors - basic usage of the Tensor type
  • Backends - how to switch between computation backends
  • Trainable - define a model as a class and train it with an optimizer
  • MNISTGenExample - generate MNIST digits using an autoregressive transformer with rotary positional embeddings