Skip to content

Conversation

@annakong23
Copy link
Contributor

라이선스 동의

변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.

더 자세한 내용은 기여하기 문서를 참고해주세요.

동의하시면 아래 [ ][x]로 만들어주세요.

  • 기여하기 문서를 확인하였으며, 본 PR 내용에 BSD 3항 라이선스가 적용됨에 동의합니다.

관련 이슈 번호

이 Pull Request와 관련있는 이슈 번호를 적어주세요.

이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )

PR 종류

이 PR에 해당되는 종류 앞의 [ ][x]로 변경해주세요.

  • 오탈자를 수정하거나 번역을 개선하는 기여
  • 번역되지 않은 튜토리얼을 번역하는 기여
  • 공식 튜토리얼 내용을 반영하는 기여
  • 위 종류에 포함되지 않는 기여

PR 설명

이 PR로 무엇이 달라지는지 대략적으로 알려주세요.

  • advanced_source /sharding.rst 문서를 번역하였습니다.

Copy link
Member

@hyoyoung hyoyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

올린 파일이 2개인데
번역과 오타 교정으로 다른 내용입니다.
각각 다른 PR로 분리 부탁드립니다.

@annakong23
Copy link
Contributor Author

올린 파일이 2개인데 번역과 오타 교정으로 다른 내용입니다. 각각 다른 PR로 분리 부탁드립니다.

다른 브랜치에서 작업하여 이미 PR 생성했던 오타 교정 파일이 들어간 것 같습니다.
원래대로 복구시켜두었습니다.
알려주셔서 감사합니다!

@annakong23 annakong23 requested a review from hyoyoung October 12, 2025 15:40
Copy link
Contributor

@wnsx0000 wnsx0000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

번역하시느라 수고하셨습니다. 리뷰 사항들을 정리해봤습니다.

@annakong23
Copy link
Contributor Author

번역하시느라 수고하셨습니다. 리뷰 사항들을 정리해봤습니다.

리뷰해주신 내용 토대로 수정했습니다. 감사합니다 :)

Copy link
Member

@hyoyoung hyoyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

긴 문서 번역하느라 수고하셨습니다
코멘트 확인 부탁드립니다.

@annakong23
Copy link
Contributor Author

긴 문서 번역하느라 수고하셨습니다 코멘트 확인 부탁드립니다.

코멘트해주신 부분 수정했습니다. 감사합니다. :)

@annakong23 annakong23 requested a review from hyoyoung October 30, 2025 22:39
Copy link
Member

@hyoyoung hyoyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@hyoyoung hyoyoung left a 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를 쉽게 설치할 수 있습니다.
Copy link
Member

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) 방식을 다루며, 각기 다른 샤딩 구성을 명시적으로 설정해 봄으로써
샤딩 방식에 따른 성능상의 이점을 탐구합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

샤딩 방식별 성능 이점을 탐구합니다
이 조금 더 자연스러울거 같습니다.

Copy link
Member

@jih0-kim jih0-kim left a 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 환경에서 필수적인 단계 입니다.**.
Copy link
Member

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.**
**이 시점에서 새로 설치된 패키지를 인식하도록 런타임을 재시작하세요**
Copy link
Member

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 샤딩이 어떻게 작동하고 테이블 배치를 균형 있게 수행하는지를 살펴보았습니다.이제는
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마침표와 이제는 사이에 띄어쓰기가 추가되면 좋을 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants