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 compute() function signature in test case to make arguments unnamed #183

Open seshapad opened 2 weeks ago

seshapad commented 2 weeks ago

Describe the bug

Unused arguments in compute() 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.

Additional context

Add any other context about the problem here.