pytorch / pytorch/tutorials

Build only what changes between PRs

Open
#316 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
9.3k
Forks
4.4k
Avg merge
1d 21h
Merged PRs (30d)
4

Description

Problem: Currently the tutorial site build takes 1h40m on a g3-8x instance. Reducing this time will allow the community to interact and help us improve documentation.

Solution: Modify our jenkins build scripts to only build the pieces of the site or tutorials that have changed. This may include a more modular build process from the current serial build process.

Impact: High

Related: #315 #317 #318

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Jenkins build scripts and the current serial tutorial-site build process. Determine how the site and tutorials are organized and how changed pieces could be identified. Done means unchanged pieces are skipped and the build time is reduced without omitting required output; review related issues #315, #317, and #318.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, ci-cd
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.