Torchserve

Creator
Creator
Seonglae Cho
Created
Created
2023 Aug 28 16:56
Editor
Edited
Edited
2023 Nov 18 7:21
Refs
Refs
Pytorch
Torchserve Usages
 
 

Conda Install

git clone https://github.com/pytorch/serve cd serve conda create -n torchserve python=3.9 conda activate torchserve TORCH_VERSION=cu118 python ./ts_scripts/install_dependencies.py --cuda=$TORCH_VERSION conda install -c pytorch torchserve torch-model-archiver torch-workflow-archiver
 
 
 
 
 

 

Recommendations