Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Hemil Desai <hemild@nvidia.com>
  • Loading branch information
hemildesai committed Oct 1, 2024
1 parent 46e3221 commit e550dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llm/slimpajama/data/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def download_slimpajama(include_pattern: str = "", exclude_pattern: str = ""):
download_script = """
pip install "huggingface_hub[cli,hf_transfer]"
huggingface-cli download openai-community/gpt2 vocab.json merges.text --local-dir /data/bpe
huggingface-cli download openai-community/gpt2 vocab.json merges.txt --local-dir /data/bpe
retry_command() {
local max_retries=$1
Expand Down

0 comments on commit e550dfe

Please sign in to comment.