1 | jtype: Deployment |
2 | with: |
3 | uses: TextToImage |
4 | timeout_ready: -1 |
5 | py_modules: |
6 | - text_to_image.py |
7 | env: |
8 | CUDA_VISIBLE_DEVICES: RR |
9 | replicas: 2 |
10 | uses_dynamic_batching: |
11 | /default: |
12 | preferred_batch_size: 10 |
13 | timeout: 200 |
Last active
1 | jtype: Deployment |
2 | with: |
3 | uses: TextToImage |
4 | timeout_ready: -1 |
5 | py_modules: |
6 | - text_to_image.py |
7 | env: |
8 | CUDA_VISIBLE_DEVICES: RR |
9 | replicas: 2 |
10 | uses_dynamic_batching: |
11 | /default: |
12 | preferred_batch_size: 10 |
13 | timeout: 200 |