meaculpitt commited on
Commit
969e52d
·
verified ·
1 Parent(s): 058b279

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +9 -9
chute_config.yml CHANGED
@@ -1,19 +1,19 @@
1
  Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
4
- - pip install --upgrade setuptools wheel
5
- - "pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'nvidia-cudnn-cu12' 'nvidia-cublas-cu12' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0' 'torch>=2.6,<3.0'"
6
-
 
7
  NodeSelector:
8
  gpu_count: 1
9
  min_vram_gb_per_gpu: 16
10
- max_hourly_price_per_gpu: 0.80
11
  exclude:
12
- - 5090
13
- - b200
14
- - h200
15
- - mi300x
16
-
17
  Chute:
18
  timeout_seconds: 900
19
  concurrency: 4
 
1
  Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
4
+ - pip install --upgrade setuptools wheel
5
+ - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'nvidia-cudnn-cu12' 'nvidia-cublas-cu12'
6
+ 'opencv-python-headless>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0'
7
+ 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0' 'torch>=2.6,<3.0'
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
11
+ max_hourly_price_per_gpu: 0.8
12
  exclude:
13
+ - '5090'
14
+ - b200
15
+ - h200
16
+ - mi300x
 
17
  Chute:
18
  timeout_seconds: 900
19
  concurrency: 4