SuperBitDev commited on
Commit
1ceb5a8
·
verified ·
1 Parent(s): fe595d6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. chute_config.yml +3 -4
chute_config.yml CHANGED
@@ -2,13 +2,12 @@ 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[cuda,cudnn]>=1.16' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9'
6
- - pip install torch torchvision
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
11
- max_hourly_price_per_gpu: 2
12
  include:
13
  - pro_6000
14
 
@@ -18,4 +17,4 @@ Chute:
18
  max_instances: 5
19
  scaling_threshold: 0.5
20
  shutdown_after_seconds: 288000
21
- tee: true
 
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' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9'
6
+ - pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
 
11
  include:
12
  - pro_6000
13
 
 
17
  max_instances: 5
18
  scaling_threshold: 0.5
19
  shutdown_after_seconds: 288000
20
+ tee: true