foundation-model-stack / fms-hf-tuning

🚀 Collection of tuning recipes with HuggingFace SFTTrainer and PyTorch FSDP.
Apache License 2.0
9 stars 30 forks source link

bug: Modify should_perform_action_xyz() signature in test case to make arguments unnamed #184

Open seshapad opened 2 weeks ago

seshapad commented 2 weeks ago

Describe the bug

Unused arguments in should_perform_action_xyz() function signature.

Platform

Please provide details about the environment you are using, including the following:

Sample Code

NA

Expected behavior

Make unused argument as unnamed.

Observed behavior

Unused argument is named.