Skip to content

Commit

Permalink
Installing torch to pass CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopcm1996 committed Oct 5, 2022
1 parent 071f233 commit 94a2978
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"source": [
"# Prerequisites\n",
"\n",
"Install the necessary Python modules for using [NVIDIA Triton Inference Server](https://github.com/triton-inference-server/server/)."
"Install the necessary Python modules to use and interact with [NVIDIA Triton Inference Server](https://github.com/triton-inference-server/server/)."
]
},
{
Expand All @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"! pip install sagemaker transformers==4.9.1 tritonclient[all]"
"! pip install torch==1.10.0 sagemaker transformers==4.9.1 tritonclient[all]"
]
},
{
Expand Down

0 comments on commit 94a2978

Please sign in to comment.