mosaicml / llm-foundry

LLM training code for Databricks foundation models
https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm
Apache License 2.0
3.84k stars 503 forks source link

Fix the error message thrown from dataloader #1244

Open shitaoli-db opened 1 month ago

shitaoli-db commented 1 month ago

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.