llm-foundry icon indicating copy to clipboard operation
llm-foundry copied to clipboard

Fix the error message thrown from dataloader

Open shitaoli-db opened this issue 1 year ago • 0 comments

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.

shitaoli-db avatar May 30 '24 20:05 shitaoli-db