- Notifications
You must be signed in to change notification settings - Fork314
pytorch/pytorch.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A static website built inJekyll andBootstrap forPyTorch, and its tutorials and documentation.
Install the following packages before attempting to setup the project:
On OSX, you can use:
brew install rbenv ruby-build nvm#### 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.3rbenv rehash####bundle installrbenv rehashnvm installnvm usebrew install yarn --ignore-dependenciesyarn installTo run the website locally for development:
make serveThen navigate to localhost:4000.
Note theserve task is contained in aMakefile in the root directory. We are usingmake as an alternative to the standardjekyll serve as we want to runyarn, which is not included in Jekyll by default.
To build the static website from source:
make buildThis will build the static site at./_site. This directory is not tracked in git.
The website is hosted onGithub Pages athttps://pytorch.org.
To deploy changes, merge your latest code into thesite branch. A build will be automatically built and committed to themaster branch via a CircleCI job.
To view the status of the build visithttps://circleci.com/gh/pytorch/pytorch.github.io.
- You can find information about contributing to PyTorch documentation in thePyTorch repoREADME.md file.
- Information about contributing to PyTorch Tutorials can be found in thetutorialsREADME.md.
- Additional contribution information can be found inPyTorch CONTRIBUTING.md.
About
The website for PyTorch
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.