commit ef2fa78cb62544da5b3afd54830e23cb419f27f7 Author: Namhyeon Go Date: Sat Jun 15 10:27:36 2024 +0000 Add Tutorial diff --git a/Tutorial.md b/Tutorial.md new file mode 100644 index 0000000..4eb3c46 --- /dev/null +++ b/Tutorial.md @@ -0,0 +1,12 @@ +## Open-LLaMa 테스트 과정 + +1. 저장소 다운로드(클론) + ```bash + git clone https://git.catswords.net/gnh1201/Open-Llama + ``` + + 수정된 버전 (git.catswords.net) 을 다운로드 받은 경우 2번 과정은 생략하여도 됨. + +2. dataset 다운로드 위치 변경 + * data/download_the_pile.sh 파일의 명령어 수정 (저작권 문제로 원 링크가 닫힘) + * 수정 내용: https://git.catswords.net/gnh1201/Open-Llama/commit/a24271d48efa47020f04e8ffe35f56f62770fa7b \ No newline at end of file