pytorch / builder

Continuous builder and binary build scripts for pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch builder

Scripts to build pytorch binaries and do end-to-end integration tests.

Folders:

  • conda : files to build conda packages of pytorch, torchvision and other dependencies and repos
  • manywheel : scripts to build linux wheels
  • wheel : scripts to build OSX wheels
  • windows : scripts to build Windows wheels
  • cron : scripts to drive all of the above scripts across multiple configurations together
  • analytics : scripts to pull wheel download count from our AWS s3 logs

Testing

In order to test build triggered by PyTorch repo's GitHub actions see these instructions

About

Continuous builder and binary build scripts for pytorch

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 46.9%Language:Python 25.6%Language:Batchfile 11.9%Language:C++ 10.7%Language:Dockerfile 3.3%Language:PowerShell 1.2%Language:Makefile 0.2%Language:CMake 0.2%