소스 검색

edit README to fetch toy data

zenodia 3 년 전
부모
커밋
320e3a0476
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      ai/Megatron/README.md

+ 6 - 6
ai/Megatron/README.md

@@ -17,12 +17,12 @@ To run this tutorial you will need a machine with at least 2 x NVIDIA GPUs.
 
 - you will also need to run the below script in order to obtain the toy data
 `
-git clone https://github.com/gpuhackathons-org/gpubootcamp.git
-cd gpubootcamp
-git checkout megatron
-cd ./ai/Megatron/English/Python/ 
-mkdir ./dataset/SV/
-mkdir ./datset/EN/
+git clone https://github.com/gpuhackathons-org/gpubootcamp.git &&
+cd gpubootcamp &&
+git checkout megatron &&
+cd ./ai/Megatron/English/Python/ &&
+mkdir ./dataset/SV/ &&
+mkdir ./datset/EN/ &&
 bash ./source_code/download_webnyheter2013.sh`
 
 #Tutorial Duration