Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
Signed-off-by: Hemil Desai <hemild@nvidia.com>
  • Loading branch information
hemildesai committed Dec 3, 2024
1 parent 426399c commit 3ec4c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/test_cases/e2e-nemo2
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ python /opt/NeMo/tests/collections/llm/megatron_gpt_pretraining.py \
--devices=1 \
--max-steps=3 \
--experiment-dir=${PRETRAINING_PATH} \
--vocab-path=/datadrive/TestData/nlp/megatron_gpt/data/gpt/vocab.json \
--merges-path=/datadrive/TestData/nlp/megatron_gpt/data/gpt/merges.txt \
--data-path=/datadrive/TestData/nlp/megatron_gpt/data/gpt/simple_wiki_gpt_preproc_text_document \
--vocab-path=${ALIGNER_CI_DIR}/nlp-copy/megatron_gpt/data/gpt/vocab.json \
--merges-path=${ALIGNER_CI_DIR}/nlp-copy/megatron_gpt/data/gpt/merges.txt \
--data-path=${ALIGNER_CI_DIR}/nlp-copy/megatron_gpt/data/gpt/simple_wiki_gpt_preproc_text_document \
--index-mapping-dir=tests/collections/llm/gpt_index_mappings \
--no-masked-softmax-fusion

Expand Down

0 comments on commit 3ec4c14

Please sign in to comment.