pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
-
Fill basic configurations Link: http://127.0.0.1:8000/models/
-
Add input and output configurations Link:
-
Create new version and add model file Link: http://127.0.0.1:8000/models/{model_name}/versions/
-
(optional) Add custom files to each version Link: http://127.0.0.1:8000/models/{model_name}/versions/{version_id}/custom-files/
Fill name and select models Link: http://127.0.0.1:8000/repositories/
Execute managing operations Link: http://127.0.0.1:8000/operations/
Possible operations:
- create: create directory and all triton models for selected repository
- remove: remove all contents of selected repository
- start: start triton server using selected repository
- stop: stop current triton server