Skip to content

Commit 2422aa0

Browse files
committed
Bump version
1 parent c8f5867 commit 2422aa0

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "CLIP-API-service"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
authors = [
99
{ name="BentoML Authors", email="[email protected]" },
1010
]

src/clip_api_service/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ python:
1010
- optimum
1111
- pydantic
1212
- Pillow
13+
- open-clip-torch

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ python:
1010
- optimum
1111
- pydantic
1212
- Pillow
13+
- open-clip-torch
1314
docker:
1415
cuda_version: "11.6.2"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ python:
99
- accelerate
1010
- optimum
1111
- pydantic
12-
- Pillow
12+
- Pillow
13+
- open-clip-torch

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ python:
1010
- optimum
1111
- pydantic
1212
- Pillow
13+
- open-clip-torch
1314
docker:
1415
cuda_version: "11.6.2"

0 commit comments

Comments
 (0)