Skip to content

Commit fc1f171

Browse files
committed
Fix models module not being included in bento
1 parent e682138 commit fc1f171

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/clip_api_service/bentofiles/bentofile.openai.cpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
service: "clip_api_service.service:svc"
22
include:
33
- "clip_api_service/*.py"
4+
- "clip_api_service/models/*.py"
45
python:
56
packages:
67
- bentoml

src/clip_api_service/bentofiles/bentofile.openai.gpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
service: "clip_api_service.service:svc"
22
include:
33
- "clip_api_service/*.py"
4+
- "clip_api_service/models/*.py"
45
python:
56
packages:
67
- bentoml

src/clip_api_service/bentofiles/bentofile.openclip.cpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
service: "clip_api_service.service:svc"
22
include:
33
- "clip_api_service/*.py"
4+
- "clip_api_service/models/*.py"
45
python:
56
packages:
67
- bentoml

src/clip_api_service/bentofiles/bentofile.openclip.gpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
service: "clip_api_service.service:svc"
22
include:
33
- "clip_api_service/*.py"
4+
- "clip_api_service/models/*.py"
45
python:
56
packages:
67
- bentoml

0 commit comments

Comments
 (0)