iotaminer commited on
Commit
7646700
·
verified ·
1 Parent(s): 957a698

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +17 -8
chute_config.yml CHANGED
@@ -2,19 +2,28 @@ Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
4
  - pip install --upgrade setuptools wheel
5
- - pip install huggingface_hub==0.19.4 'onnxruntime-gpu[cuda,cudnn]>=1.18' opencv-python-headless numpy pydantic pyyaml aiohttp
6
- - pip install 'torch<2.6'
 
7
  set_workdir: /app
8
 
9
  NodeSelector:
10
  gpu_count: 1
11
  min_vram_gb_per_gpu: 16
12
- exclude:
13
- - "5090"
14
- - b200
15
- - h200
16
- - h20
17
- - mi300x
 
 
 
 
 
 
 
 
18
 
19
  Chute:
20
  shutdown_after_seconds: 300
 
2
  from_base: parachutes/python:3.12
3
  run_command:
4
  - pip install --upgrade setuptools wheel
5
+ - pip install huggingface_hub==0.19.4 opencv-python-headless numpy pydantic pyyaml aiohttp
6
+ - pip install --index-url https://download.pytorch.org/whl/cu128 torch==2.8.0
7
+ - pip install 'onnxruntime-gpu>=1.20,<1.25'
8
  set_workdir: /app
9
 
10
  NodeSelector:
11
  gpu_count: 1
12
  min_vram_gb_per_gpu: 16
13
+ include:
14
+ - "4090"
15
+ - a6000
16
+ - a6000_ada
17
+ - l40s
18
+ - l40
19
+ - a100
20
+ - a100_40gb
21
+ - a100_40gb_sxm
22
+ - a100_sxm
23
+ - h100
24
+ - h100_sxm
25
+ - h100_nvl
26
+ - h800
27
 
28
  Chute:
29
  shutdown_after_seconds: 300