llm-foundry
llm-foundry copied to clipboard
Handle large files during text to mds conversion
Previously, large files are read entirely at once via file.read()
. This reads the file and tokenizes in chunks.