Skip to content

adviserlabs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docs

For runnable code examples, see: https://github.com/adviserlabs/demos

Getting Started

Download the Adviser CLI, sign up, and start running jobs in the cloud - your first $100 of compute is on us!

$ mv YOUR_DOWNLOADED_BINARY adviser
$ chmod +x adviser
$ adviser signup
$ adviser run your_simulation.py

Basic Usage

Writing Output

Your cloud environment comes with a directory called adviser_output. Any files you put there can be fetched with adviser job download.

$ adviser run "python your_simulation.py > adviser_output/results.txt"
$ adviser job download <job-id>
$ cat adviser_output/<job-id>/results.txt

Next Steps

About

Adviser documentation

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •