A tool for deploying and running AI models to Modal
Project description
PlumAI - Deploy and Run AI Models
PlumAI is a CLI tool that allows you to deploy and run AI models to Modal. It's completely free and open-source.
Table of Contents
Changelog
[Aug 10, 2024] - 🎉 Added support for Flux models.
- Added support for Flux models:
flux.1-dev
andflux.1-schnell
.
Supported Platforms
PlumAI currently supports Linux, macOS, and Windows.
Installation
To install PlumAI, follow these steps:
- Verify System Requirements:
- Python 3: Ensure Python 3 is installed on your system.
- Install PlumAI:
pip install plumai
This command installs PlumAI directly from the GitHub repository, including all necessary dependencies.
Usage
After installation, you can use PlumAI with the following commands:
Run a Flux model
plumai run [MODEL_NAME] [GPU_TYPE] [-f | --force]
# For example:
plumai run flux.1-dev A10G
-
MODEL_NAME
: Specify the model name to run. Options are:- flux.1-dev (default)
- flux.1-schnell
-
GPU_TYPE
: Specify the GPU type to use. Options are:- T4 (not recommended)
- A10G (default)
- A100
-
f | --force
: Use this option to force redeployment of the model, ignoring the cache. If the model has already been deployed and cached, using--force
will trigger a new deployment process.
Troubleshooting
- Git or Python3 not installed: If you encounter errors related to missing Git or Python3, install them using your system's package manager. For example, on Debian-based systems:
sudo apt-get update
sudo apt-get install -y git python3 python3-pip
- Modal Setup Issues: If you encounter issues with Modal, ensure it is properly configured and installed. Refer to Modal's documentation for setup instructions.
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please submit issues or pull requests to the repository here.
Contact
For questions or support, please contact me via Twitter/X
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file plumai-0.1.9.tar.gz
.
File metadata
- Download URL: plumai-0.1.9.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5394627cfb969a0cdb5c825a6af676520ab858b47ec697c2a492335305cc3837 |
|
MD5 | ba8e41b262de7052a30d365c6323dd53 |
|
BLAKE2b-256 | 934738c9623e78dce7640be13a0c500b48dd6e0cb71c67debadb1abec8de24b0 |
File details
Details for the file plumai-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: plumai-0.1.9-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab558686083c2d879fd7142578358d9f2be7b99a3db24af955a0fa34b4605f08 |
|
MD5 | 0c11ce0092fc7d2fc00ba10f2a463e95 |
|
BLAKE2b-256 | 1cf930ad3bbb6ba24592a1b13426bfe437188aab34f61e0a0ecebde7e14615bc |