Overview
Last updated
Last updated
This section of the documentation covers our previous generation of Gradient. For the current version go to .
A Gradient Project is a workspace for you or your team to run Experiments and Jobs, store Artifacts such as Models, and manage Deployments (deployed models). You can create a basic "standalone" project or a project which provides more advanced CI/CD pipelining capabilities.
With Standalone Projects, you submit Experiments from the UI or CLI manually. To create a standalone Project via the Paperspace Console:
Begin the Create Project flow and supply a Project name.
Run Experiments manually for the Project via the Experiment Builder or the CLI. See instructions on , and instructions on how to
GradientCI Projects allow you to run Experiments automatically simply by pushing code to a GitHub repository. See for information on setting up our continuous integration service that will run a new experiment whenever:
a new commit is pushed to the linked repo's default branch;
a PR is opened against that default branch;
a commit is pushed to such a PR's branch.