{ "cells": [ { "cell_type": "markdown", "id": "ce5723a5", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "# Prerequisites\n" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "\n", "This notebook's CI test result for us-west-2 is as follows. CI test results in other regions can be found at the end of the notebook. \n", "\n", "\n", "\n", "---" ] }, { "cell_type": "markdown", "id": "ce5723a5", "metadata": { "pycharm": { "name": "#%% md\n" } }, "source": [ "\n", "Install the necessary Python modules to use and interact with [NVIDIA Triton Inference Server](https://github.com/triton-inference-server/server/)." ] }, { "cell_type": "code", "execution_count": null, "id": "f5995424", "metadata": { "pycharm": { "name": "#%%\n" } }, "outputs": [], "source": [ "! pip install torch sagemaker transformers tritonclient[all]" ] }, { "cell_type": "markdown", "id": "bd720222-93da-4dc9-9508-3d8b926706d3", "metadata": {}, "source": [ "