Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jul 23, 2024
1 parent 3c5498f commit 07f54dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/command_utils/data_prep/convert_text_to_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ def convert_text_to_mds(
# Load the tokenizer once on the main process so that the files are cached to avoid race conditions
# in the Hugging Face load code
AutoTokenizer.from_pretrained(
tokenizer_name, trust_remote_code=trust_remote_code
tokenizer_name,
trust_remote_code=trust_remote_code,
)

is_remote_output = is_remote_path(output_folder)
Expand Down

0 comments on commit 07f54dc

Please sign in to comment.