Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

armbiant/pytorch.github.io

This branch is 1754 commits behind pytorch/pytorch.github.io:site.

Folders and files

NameName
Last commit message
Last commit date
May 3, 2022
Feb 23, 2022
Feb 25, 2022
Aug 30, 2018
Jan 11, 2022
Oct 5, 2021
Apr 28, 2022
Jan 12, 2022
May 24, 2021
Aug 22, 2022
May 28, 2020
Aug 5, 2022
Feb 22, 2022
Jul 19, 2022
Jun 28, 2022
May 21, 2021
Aug 26, 2022
Jun 15, 2022
May 5, 2022
Dec 1, 2020
Aug 26, 2022
Aug 27, 2022
Jan 11, 2022
Aug 10, 2021
Oct 25, 2020
Jul 22, 2021
Oct 26, 2021
May 13, 2022
Oct 13, 2021
May 24, 2019
Jul 26, 2018
Apr 26, 2022
Jul 26, 2022
Sep 20, 2018
Feb 24, 2020
Apr 26, 2022
May 19, 2022
Sep 20, 2018
Jun 1, 2019
Mar 11, 2021
May 3, 2022
Aug 27, 2018
Jun 17, 2022
Jul 14, 2020
Jun 20, 2021
Sep 7, 2021
Aug 8, 2018
Nov 4, 2019
Oct 7, 2021
Sep 17, 2018
May 29, 2020
Mar 3, 2022
Sep 24, 2019
Apr 30, 2020
Aug 12, 2022
Jul 10, 2020
Nov 3, 2021
Aug 25, 2018
Aug 12, 2020
Aug 12, 2020
Aug 12, 2020
Aug 12, 2020
Aug 12, 2020
May 12, 2022
Apr 7, 2021
Jun 29, 2021
Apr 30, 2020

Repository files navigation

pytorch.org site

https://pytorch.org

A static website built in Jekyll and Bootstrap for PyTorch, and its tutorials and documentation.

Prerequisites

Install the following packages before attempting to setup the project:

On OSX, you can use:

brew install rbenv ruby-build nvm

Setup

Install required Ruby version:

#### You only need to run these commands if you are missing the needed Ruby version.

rbenv install `cat .ruby-version`
gem install bundler -v 1.16.3
rbenv rehash

####

bundle install
rbenv rehash

Install required Node version

nvm install
nvm use

Install Yarn

brew install yarn --ignore-dependencies
yarn install

Local Development

To run the website locally for development:

make serve

Then navigate to localhost:4000.

Note the serve task is contained in a Makefile in the root directory. We are using make as an alternative to the standard jekyll serve as we want to run yarn, which is not included in Jekyll by default.

Building the Static Site

To build the static website from source:

make build

This will build the static site at ./_site. This directory is not tracked in git.

Deployments

The website is hosted on Github Pages at https://pytorch.org.

To deploy changes, merge your latest code into the site branch. A build will be automatically built and committed to the master branch via a CircleCI job.

To view the status of the build visit https://circleci.com/gh/pytorch/pytorch.github.io.

Contributing to PyTorch Documentation and Tutorials

  • You can find information about contributing to PyTorch documentation in the PyTorch repo README.md file.
  • Information about contributing to PyTorch Tutorials can be found in the tutorials README.md.
  • Additional contribution information can be found in PyTorch CONTRIBUTING.md.

About

The website for PyTorch

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 32.9%
  • HTML 32.7%
  • SCSS 23.8%
  • JavaScript 6.6%
  • Python 3.2%
  • Shell 0.6%
  • Other 0.2%