llm-foundry
llm-foundry copied to clipboard
Fix the error message thrown from dataloader
Previously the dataloader will throw the error message that contain duplicated fileName + extension in the Could not find a file with any of the supported extensions:. This PR patched a simple fix to remove the unnecessary concat in the error message string.