Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The website for PyTorch

License

NotificationsYou must be signed in to change notification settings

pytorch/pytorch.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://pytorch.org

A static website built inJekyll andBootstrap forPyTorch, 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.3rbenv rehash####bundle installrbenv rehash

Install required Node version

nvm installnvm use

Install Yarn

brew install yarn --ignore-dependenciesyarn install

Local Development

To run the website locally for development:

make serve

Then 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.

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 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.

Contributing to PyTorch Documentation and Tutorials

  • 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp