OpenAD lets you easily deploy different models to generate and manipulate molecule data sets.
git@github.com:acceleratedscience/generation_inference_service.git
git@github.com:acceleratedscience/molformer_inference_service.git
Starting from your AWS dashboard:
minimal-skypilot-policy
per the instructionsStarting from the IAM dashboard:
Starting from a terminal window:
Install awscli
python -m pip install awscli
Note: For more nuanced instructions, please refer to pypi
Add the credentials for the AWS user you set up in step 3.
aws configure
SkyPilot is a framework for running AI and batch workloads on any infrastructure. We’re using AWS.
Starting from a terminal window:
If you are running OpenAD in a virtual environment, make sure your virtual environment is activated. If you followed the default installation instructions, you should be able to run:
source ~/ad-venv/bin/activate
Install Skypilot for AWS
pip install "skypilot[aws]"
After installation, verify if you have cloud access
sky check
Install any service by its url (see available models on top), for example the property inference service:
catalog model service from 'git@github.com:acceleratedscience/property_inference_service.git' as prop
Start the service – this can take up to 10 minutes
model service up prop
Check if the service is ready
model service status
Shut down the service
model service down prop
To see all available model commands, pull up the general help and look towards the bottom of the command list.
?