mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
* define pre-commit * add CI code * configure * apply pre-commit * fstring * apply MD * pre-commit * Update torch_utils.py * Update print strings * notes * Cleanup code-format.yml * Update setup.cfg * Update .pre-commit-config.yaml Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
15 lines
174 B
YAML
15 lines
174 B
YAML
runtime: custom
|
|
env: flex
|
|
|
|
service: yolov5app
|
|
|
|
liveness_check:
|
|
initial_delay_sec: 600
|
|
|
|
manual_scaling:
|
|
instances: 1
|
|
resources:
|
|
cpu: 1
|
|
memory_gb: 4
|
|
disk_size_gb: 20
|