Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 700 Bytes

AI-Reference-Architecture

AI reference architecture with Alluxio

This repository contains the code and examples for an AI reference architecture with Alluxio, including machine learning training and serving.

Development Guide

The project leverages Black as the code formatter and reorder-python-imports to format imports. Black defaults to 88 characters per line (10% over 80), while this project still uses 80 characters per line. We recommend running the following commands before submitting pull requests.

black [changed-file].py --line-length 79
reorder-python-imports [changed-file].py