Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 430 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 430 Bytes

fastinference-pytorch

A PyTorch-only version of fastai.

To use this library you must export your Learner using fastinference. It utilizes the fastcore sub-library for some pieces, it is an extremely lightweight library only requiring NumPy and dataclasses

Install

pip install fastinference_pytorch

Notice:

This project (along with _onnx) is on hold at the moment, pending important updates from fastai