Using a Model Service§
Note
If your service was deployed to SkyPilot, jump to the instructions for SkyPilot below.
Once you have deployed a model service, you need to catalog it in OpenAD in order to use it.
Demonstration Service§
If you've already deployed your own model service, you can skip this step.
Otherwise, launch the demo service to learn how work with OpenAD services.
You can try this out live in our Colab tutorial.
To learn how to deploy a model, go to Deploying Models.
Using the Service§
-
Launch OpenAD
-
Catalog the service
(Replace the service URL with the one of your own deployment) -
See the available commands for the service
-
Run inference
This will output:
Service Status§
You can easily check your services status by running:
This should display:
Service Status Endpoint Host
------------- --------- ------------------------------------ ------
demo_service Connected https://open.accelerate.science/demo remote
Using a Model Service on SkyPilot§
Once you have set up SkyPilot on AWS, using a model works slightly different.
-
You can catalog any service directly from GitHub by its
git@github
url.
To catalog the SMI-TED service, for example: -
Start the service
Note: this may take multiple minutes
-
Check if the service is ready
-
See the available commands for the service
-
Shut down the service