最后活跃于 1731289378

knox 修订了这个 Gist 1731289378. 跳至此修订

1 file changed, 7 insertions

Jina-2.py(file created)

@@ -0,0 +1,7 @@
1 + from jina import Deployment
2 + from executor import StableLM
3 +
4 + dep = Deployment(uses=StableLM, timeout_ready=-1, port=12345)
5 +
6 + with dep:
7 + dep.block()
更新 更早