Skip to content

Commit

Permalink
enable inference API
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Nov 28, 2023
1 parent 7de9c46 commit 9b8524b
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 9b8524b

Please sign in to comment.