Jina-3.yaml
· 101 B · YAML
Raw
jtype: Deployment
with:
uses: StableLM
py_modules:
- executor.py
timeout_ready: -1
port: 12345
1 | jtype: Deployment |
2 | with: |
3 | uses: StableLM |
4 | py_modules: |
5 | - executor.py |
6 | timeout_ready: -1 |
7 | port: 12345 |