Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

List of popular open-source models deployed on AWS using tensorfuse

License

Notifications You must be signed in to change notification settings

tensorfuse/tensorfuse-examples

Open more actions menu

Repository files navigation

Logo

License

tensorfuse-examples

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.

Usage

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:

Directly run on an EC2 instance

  1. Launch and connect to an EC2 instance with Deep Learning AMI (it has Nvidia drivers installed).
  2. Install NVIDIA Container Toolkit: This is important to provide GPU access to your containers
  3. Build and deploy the Docker Container

Run on serverless GPUs using Tensorfuse

  1. You need to have aws-cli installed and configured on your local machine with admin access and us-east-1 as the default region. Follow these steps to configure.
  2. You need to have the quotas for the GPUs you are running. Read about GPU quotas in AWS and how to apply for them.
  3. Install the tensorfuse python package by running pip install tensorkube. Then, configure the tensorkube K8S cluster on your cloud by running, tensorkube configure. More details here

To 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.

License

MIT License

About

List of popular open-source models deployed on AWS using tensorfuse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.