Cerebrium
is an AWS Sagemaker alternative. It also provides API access to several LLM models.
This notebook goes over how to use LangChain with CerebriumAI.
Install cerebrium
Thecerebrium
package is required to use the CerebriumAI
API. Install cerebrium
using pip3 install cerebrium
.