Skip to content

Commit

Permalink
Merge pull request #1001 from anarkiwi/v8081
Browse files Browse the repository at this point in the history
enable inference API
  • Loading branch information
anarkiwi authored Nov 28, 2023
2 parents 7de9c46 + 9b8524b commit 4226426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions torchserve-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- gamutrf
ports:
- '8080:8080'
- '8081:8081'
volumes:
- '${VOL_PREFIX}/model_store:/model_store'
deploy:
Expand Down
1 change: 1 addition & 0 deletions torchserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- gamutrf
ports:
- '8080:8080'
- '8081:8081'
volumes:
- '${VOL_PREFIX}/model_store:/model_store'
command:
Expand Down

0 comments on commit 4226426

Please sign in to comment.