We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c0fec commit 5b2ec47Copy full SHA for 5b2ec47
src/main.py
@@ -40,10 +40,4 @@ def test():
40
if __name__ == "__main__":
41
# server = bentoml.HTTPServer(svc)
42
# 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
+ test()
0 commit comments