Skip to content

Commit

Permalink
Updated loadgen_buffer_size and loadgen_dataset_size for text_to_imag…
Browse files Browse the repository at this point in the history
…e_reference_using_torch_loadgen
  • Loading branch information
maria-18-git committed Jan 23, 2024
1 parent 266676c commit 9c8c0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text_to_image_reference_using_torch_loadgen/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
[ "get_path" ]
]] ],

"loadgen_dataset_size": 10,
"loadgen_buffer_size": 1,
"loadgen_dataset_size": 5000,
"loadgen_buffer_size": 5000,

"device": [ "^", "case",[ ["^^", "get", "num_gpus"], "0", "cpu" ], {"default_value": "cuda"}, ["num_gpus"]],
"dtype": "fp32",
Expand Down

0 comments on commit 9c8c0af

Please sign in to comment.