We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a1b50 commit ffe0d73Copy full SHA for ffe0d73
examples/pytorch/diffusion_model/diffusers/flux/run_benchmark.sh
@@ -62,7 +62,7 @@ function run_benchmark {
62
python dataset_split.py --split_num ${visible_gpus} --input_file ${dataset_location} --limit ${limit}
63
64
for ((i=0; i<visible_gpus; i++)); do
65
- export CUDA_VISIBLE_DEVICES=${i}
+ export CUDA_VISIBLE_DEVICES=${gpu_ids[i]}
66
67
python3 main.py \
68
--model ${input_model} \
0 commit comments