Skip to content

Commit

Permalink
add GPUs to flux
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 29, 2024
1 parent 1c7eaab commit 10236c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,16 @@ tools:
docker_run_extra_arguments: ' --gpus all '
env:
GPU_AVAILABLE: 1

toolshed.g2.bx.psu.edu/repos/bgruening/black_forest_labs_flux/black_forest_labs_flux/.*:
inherits: basic_docker_tool
gpus: 1
cores: 1
params:
docker_run_extra_arguments: ' --gpus all '
env:
GPU_AVAILABLE: 1

toolshed.g2.bx.psu.edu/repos/bgruening/whisper/whisper/.*:
inherits: basic_docker_tool
cores: 1
Expand Down

0 comments on commit 10236c5

Please sign in to comment.