Commit 9882fb3f authored by Jared Casper's avatar Jared Casper
Browse files

Merge branch 'fix' of https://github.com/singleheart/Megatron-LM into github-pr

parents 4a62d582 313730e9
...@@ -14,5 +14,5 @@ PROCESSED_FILE=<PATH_OF_INPUT_FILE_FOR_RESPONSE_GENERATION> \ ...@@ -14,5 +14,5 @@ PROCESSED_FILE=<PATH_OF_INPUT_FILE_FOR_RESPONSE_GENERATION> \
python ${DIR}/tasks/msdp/preprocessing.py \ python ${DIR}/tasks/msdp/preprocessing.py \
--func prepare_input \ --func prepare_input \
--test_file ${TEST_FILE} \ --test_file ${TEST_FILE} \
--knowledge_gen_file ${KNOWLEDGE_FILE} \ --knwl_gen_file ${KNOWLEDGE_FILE} \
--processed_file ${PROCESSED_FILE} --processed_file ${PROCESSED_FILE}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment