MAX ExamplesReady-to-use code examples using MAX APIsLlama 3 text generationA complete implementation of the Llama3 large language model, written in Mojo, with the MAX Graph API.MAX Graph API w/ MojoLlama 2 text generationA complete implementation of the Llama2 large language model, written in Mojo, with the MAX Graph API.MAX Graph API w/ MojoReplit code completionA complete implementation of the Replit Code V1.5 3B large language model, written in Mojo, with the MAX Graph API.MAX Graph API w/ MojoQuantized TinyLlamaA 4-bit quantized version of a small Llama2 model, trained on the TinyStories dataset, written in Mojo, with the MAX Graph API.MAX Graph API w/ MojoMistral-7b text generationGenerates new text from a prompt, using the MAX Engine Python API and Mistral-7b from ONNX.Python API w/ ONNXStable Diffusion image generationA multi-model AI pipeline for image generation, using the MAX Engine Mojo API and StableDiffusion-1.4 from ONNX.Mojo API w/ ONNXStable Diffusion image generationA multi-model AI pipeline for image generation, using the MAX Engine Python API and StableDiffusion-1.4 from ONNX.Python API w/ ONNXBERT text predictionPredicts masked text in a string, using the MAX Engine Python API and a BERT PyTorch model from HuggingFace.Python API w/ PyTorchBERT text predictionPredicts masked text in a string, using the MAX Engine C API and a BERT PyTorch model from HuggingFace.C API w/ PyTorchResNet image classificationClassifies an image, using the MAX Engine Python API and a ResNet-50 PyTorch model from HuggingFace.Python API w/ PyTorchYOLOv8 segmentationSegments objects in an image, using the MAX Engine Python API and the YOLOv8 Segmentation with a webcam.Python API w/ PyTorchMAX Graph basicsA very simple model (it does nothing useful) showing how to build a model with the MAX Graph API.MAX Graph API