Skip to content
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

PyTorch 신규 버전 반영을 위한 할 일 목록: v2.3.1 #54

Open
10 of 12 tasks
9bow opened this issue Jun 8, 2024 · 2 comments
Open
10 of 12 tasks

PyTorch 신규 버전 반영을 위한 할 일 목록: v2.3.1 #54

9bow opened this issue Jun 8, 2024 · 2 comments
Assignees
Labels
release Apply new release

Comments

@9bow
Copy link
Member

9bow commented Jun 8, 2024

PyTorch v2.3.1 릴리즈를 반영합니다.


신규 버전 반영을 위해 할 일 목록

홈페이지 반영

튜토리얼 반영

@9bow 9bow added the release Apply new release label Jun 8, 2024
@9bow 9bow self-assigned this Jun 8, 2024
@9bow
Copy link
Member Author

9bow commented Jun 8, 2024

  • Mobile Section을 대신하는 Edge Section의 경우, Executorch 문서를 링크하고 있어서, 해당 Domain API에 대해서 tutorials에 어떻게 추가해야 할지 결정이 필요

@ index.rst

.. Edge

.. customcarditem::
   :header: Exporting to ExecuTorch Tutorial
   :card_description: Learn about how to use ExecuTorch, a unified ML stack for lowering PyTorch models to edge devices.
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html
   :tags: Edge

.. customcarditem::
   :header: Running an ExecuTorch Model in C++ Tutorial
   :card_description: Learn how to load and execute an ExecuTorch model in C++
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/running-a-model-cpp-tutorial.html
   :tags: Edge

.. customcarditem::
   :header: Using the ExecuTorch SDK to Profile a Model
   :card_description: Explore how to use the ExecuTorch SDK to profile, debug, and visualize ExecuTorch models
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/tutorials/sdk-integration-tutorial.html
   :tags: Edge

.. customcarditem::
   :header: Building an ExecuTorch iOS Demo App
   :card_description: Explore how to set up the ExecuTorch iOS Demo App, which uses the MobileNet v3 model to process live camera images leveraging three different backends: XNNPACK, Core ML, and Metal Performance Shaders (MPS).
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/demo-apps-ios.html
   :tags: Edge

.. customcarditem::
   :header: Building an ExecuTorch Android Demo App
   :card_description: Learn how to set up the ExecuTorch Android Demo App for image segmentation tasks using the DeepLab v3 model and XNNPACK FP32 backend.
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/demo-apps-android.html
   :tags: Edge

.. customcarditem::
   :header: Lowering a Model as a Delegate
   :card_description: Learn to accelerate your program using ExecuTorch by applying delegates through three methods: lowering the whole module, composing it with another module, and partitioning parts of a module.
   :image: _static/img/ExecuTorch-Logo-cropped.svg
   :link: https://pytorch.org/executorch/stable/examples-end-to-end-to-lower-model-to-delegate.html
   :tags: Edge

@9bow
Copy link
Member Author

9bow commented Jun 15, 2024

  • Edge 메뉴 추가
  • Edge 콘텐츠 추가: edge.htmlexecutorch.html 파일 추가
  • Edge 콘텐츠 번역: edge.htmlexecutorch.html 파일 번역
  • 기존 Get Started 메뉴 내의 Mobile 탭 삭제

9bow added a commit that referenced this issue Jun 15, 2024
yskelg added a commit to yskelg/pytorch.kr that referenced this issue Aug 29, 2024
yskelg added a commit to yskelg/pytorch.kr that referenced this issue Aug 29, 2024
9bow added a commit that referenced this issue Sep 2, 2024
gogori6565 added a commit to rhkr8521/tutorials-kr that referenced this issue Sep 4, 2024
rhkr8521 added a commit to rhkr8521/tutorials-kr that referenced this issue Sep 9, 2024
gogori6565 added a commit to rhkr8521/tutorials-kr that referenced this issue Sep 9, 2024
rhkr8521 added a commit to rhkr8521/tutorials-kr that referenced this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Apply new release
Projects
Status: In Progress
Development

No branches or pull requests

1 participant