Skip to content

Commit

Permalink
fix: nit param
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 12, 2025
1 parent 4ebb5a3 commit 8e6acf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def configured_app(request):
# Use request.param to set correct test arguments for each configuration
test_args = [
'program_name',
'--pipeline', request.param['pipeline'],
'--pretrained_model_name_or_path', request.param['model_path'],
'--device_map', request.param['device'],
'--allow_remote_files', 'True',
Expand Down

0 comments on commit 8e6acf9

Please sign in to comment.