- 000
Load / Initialization
We will support a AutoModelForCausalLM (just same name as the one in transformers for now). The goal is to privide users a consitent way for from_pretrained method.
Usage
Option 1: Convert and Load
Users will make a 2-line call for this way.
Call convert_model to make a disk-t...