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

Commit f5871d1

Browse files
committed
Merge branch 'Add-support-for-machines-management' of github.com:Paperspace/paperspace-python into development
2 parents 0e5bf88 + 209a15f commit f5871d1

File tree

11 files changed

+1793
-29
lines changed

11 files changed

+1793
-29
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,23 @@ Getting Started
5656
The script will be run on the Paperspace job cluster node, and its output will be logged locally.
5757
5858
59+
Create/create and start experiment
60+
=================
61+
To create new experiment use:
62+
```
63+
paperspace-python experiments create [type] [--options]
64+
```
65+
The two available experiment types are `singlenode` and `multinode`.
66+
67+
To create and immediately start new experiment use:
68+
```
69+
paperspace-python experiments createAndStart [type] [--options]
70+
```
71+
72+
For a full list of available commands run `paperspace experiments --help`.
73+
Note that some options are required to create new experiment.
74+
75+
5976
Specifying jobs options within a script
6077
=======================================
6178
This example shows how a script can specify paperspace jobs options for itself, such as `project` name, `machineType`, and a `container` reference:

0 commit comments

Comments
 (0)