-
Notifications
You must be signed in to change notification settings - Fork 284
advanced_source /sharding.rst 번역 #1027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
beginner_source/nlp/sequence_models_tutorial.py 오탈자 수정 Fixes PyTorchKorea#1006
advanced_source/sharding.rst 번역 Fixes PyTorchKorea#1024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
올린 파일이 2개인데
번역과 오타 교정으로 다른 내용입니다.
각각 다른 PR로 분리 부탁드립니다.
다른 브랜치에서 작업하여 이미 PR 생성했던 오타 교정 파일이 들어간 것 같습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
번역하시느라 수고하셨습니다. 리뷰 사항들을 정리해봤습니다.
리뷰해주신 내용 토대로 수정했습니다. 감사합니다 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
긴 문서 번역하느라 수고하셨습니다
코멘트 확인 부탁드립니다.
코멘트해주신 부분 수정했습니다. 감사합니다. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전반적으로 잘되어있고 사소한 수정 부탁드립니다
| .. code:: python | ||
| # install conda to make installying pytorch with cudatoolkit 11.3 easier. | ||
| # conda를 설치하면 condatoolkit 11.3과 함께 pytorch를 쉽게 설치할 수 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
원문에서는 cudatoolkit인데, 번역에서는 condatoolkit이 된거 같습니다.
|
|
||
| 이 튜토리얼에서는 ``EmbeddingPlanner`` 와 ``DistributedModelParallel`` API를 통해 | ||
| 임베딩 테이블의 샤딩(Sharding) 방식을 다루며, 각기 다른 샤딩 구성을 명시적으로 설정해 봄으로써 | ||
| 샤딩 방식에 따른 성능상의 이점을 탐구합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
샤딩 방식별 성능 이점을 탐구합니다
이 조금 더 자연스러울거 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
번역하느라 고생 많으셨습니다. 몇 가지 사소한 수정 제안 드립니다.
| Colab 런타임 환경 설정: | ||
| Colab에서는 런타임이 /usr/lib 폴더에서 공유 라이브러리를 탐색하기 때문에, | ||
| /usr/local/lib/ 에 설치된 라이브러리를 복사해야 합니다. | ||
| **이 과정은 Colab 환경에서 필수적인 단계 입니다.**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마지막에 마침표가 하나 더 붙어 있네요. 수정 요청드립니다.
| to be seen.** Run the step below immediately after restarting so that | ||
| python knows where to look for packages. **Always run this step after | ||
| restarting the runtime.** | ||
| **이 시점에서 새로 설치된 패키지를 인식하도록 런타임을 재시작하세요** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문장 마지막에 마침표를 넣어주세요.
| the placement of the super large tables in your models. Users can see | ||
| that in the ``shard_sizes`` section in the printed plan log, the tables | ||
| are halved by row dimension to be distributed onto two GPUs. | ||
| 앞서 table-wise 샤딩이 어떻게 작동하고 테이블 배치를 균형 있게 수행하는지를 살펴보았습니다.이제는 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마침표와 이제는 사이에 띄어쓰기가 추가되면 좋을 것 같습니다.
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]를[x]로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]을[x]로 변경해주세요.PR 설명
이 PR로 무엇이 달라지는지 대략적으로 알려주세요.