Skip to content

Commit

Permalink
yaml lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jun 22, 2024
1 parent 6d338a4 commit e6f7d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion torchserve-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
command:
# can be multiple models
# e.g. mini2_snr=mini2_snr.mar,another_mini2_snr=another_mini2_snr.mar
# As of torchserve v11, you will need to add setuptools==69.5.1 to your requirements.txt when generating a MAR file
# As of torchserve v11, you will need to add setuptools==69.5.1
# to your requirements.txt when generating a MAR file
# https://github.com/pytorch/serve/issues/3176
- --models torchsig_model=torchsig_model.mar
3 changes: 2 additions & 1 deletion torchserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- '/root/.cache/pip:/root/.cache/pip'
command:
# --models torchsig_model=torchsig_model.mar
# As of torchserve v11, you will need to add setuptools==69.5.1 to your requirements.txt when generating a MAR file
# As of torchserve v11, you will need to add setuptools==69.5.1
# to your requirements.txt when generating a MAR file
# https://github.com/pytorch/serve/issues/3176
- --models mini2_snr=mini2_snr.mar

0 comments on commit e6f7d05

Please sign in to comment.