List of popular open-source models deployed on AWS using Tensorfuse.
You can run them directly on GPU instances or deploy using the tensorkube runtime. The model will be served as an API that will auto-scale wrt the traffic you get.
Examples are organized into folders based on the modality. Each folder contains the FAST API code for model inference, and its environment as a Dockerfile. You can deploy them in two ways:
us-east-1 as the default region. Follow these steps to configure.pip install tensorkube. Then, configure the tensorkube K8S cluster on your cloud by running, tensorkube configure. More details hereTo deploy the model, run the following command from the root directory of the model files:
tensorkube deploy --gpus 1 --gpu-type a10g
Access the endpoint via:
tensorkube list deployments
Note: If you encounter issues during deployment, refer to the detailed instructions for that model in our documentation.
MIT License
Python
76.3%
Dockerfile
22.6%
Shell
1.2%
List of popular open-source models deployed on AWS using Tensorfuse.
You can run them directly on GPU instances or deploy using the tensorkube runtime. The model will be served as an API that will auto-scale wrt the traffic you get.
Examples are organized into folders based on the modality. Each folder contains the FAST API code for model inference, and its environment as a Dockerfile. You can deploy them in two ways:
us-east-1 as the default region. Follow these steps to configure.pip install tensorkube. Then, configure the tensorkube K8S cluster on your cloud by running, tensorkube configure. More details hereTo deploy the model, run the following command from the root directory of the model files:
tensorkube deploy --gpus 1 --gpu-type a10g
Access the endpoint via:
tensorkube list deployments
Note: If you encounter issues during deployment, refer to the detailed instructions for that model in our documentation.
MIT License
Python
76.3%
Dockerfile
22.6%
Shell
1.2%