Skip to content

Index

📦 NOS Tutorials

The following tutorials give a brief overview of how to use NOS to serve models.

🏃‍♂️ Running the examples

For each of the examples, you can run the following command to serve the model (in one of your terminals):

nos serve up -c serve.yaml

You can then run the tests in the tests directory to check if the model is served correctly:

pytest -sv ./tests

For HTTP tests, you'll need add the --http flag to the nos serve command:

nos serve up -c serve.yaml --http