View example on GitHub
config.yaml and
update the system_packages key with a list of apt-installable Debian packages:
config.yaml
Set up the model.py
For this model, we use the HuggingFace transformers library, and the document-question-answering task.model/model.py
Set up the config.yaml file
The main items that need to be configured inconfig.yaml are the requirements
and system_packages sections.
Pin exact versions for your Python dependencies so a new release can’t
introduce a breaking change between deploys.
config.yaml