فهرست منبع

add source_code bash script to download toy data + edit README

zenodia 3 سال پیش
والد
کامیت
e232e7e781
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. BIN
      ai/Megatron/English/Python/source_code/__pycache__/sb_corpus_reader.cpython-38.pyc
  2. 2 1
      ai/Megatron/README.md

BIN
ai/Megatron/English/Python/source_code/__pycache__/sb_corpus_reader.cpython-38.pyc


+ 2 - 1
ai/Megatron/README.md

@@ -16,13 +16,14 @@ To run this tutorial you will need a machine with at least 2 x NVIDIA GPUs.
 - The base containers required for the lab may require users to create a NGC account and generate an API key (https://docs.nvidia.com/ngc/ngc-catalog-user-guide/index.html#registering-activating-ngc-account)
 
 - 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/
-bash ./source_code/download_webnyheter2013.sh 
+bash ./source_code/download_webnyheter2013.sh`
 
 #Tutorial Duration
 The total bootcamp material would take approximately 12 hours ( including solving mini-challenge ).