Skip to content

Commit 5b2ec47

Browse files
committed
Remove accidentally committed scratch file
1 parent d6c0fec commit 5b2ec47

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,4 @@ def test():
4040
if __name__ == "__main__":
4141
# server = bentoml.HTTPServer(svc)
4242
# server.start(blocking=False)
43-
test()
44-
45-
#%%
46-
from clip_api_service.build import build_bento
47-
# %%
48-
build_bento(model_name="ViT-B-32:openai")
49-
# %%
43+
test()

0 commit comments

Comments
 (0)