ray/doc/examples/lbfgs/ray-project/project.yaml
Eric Liang 9b8218aabd
[docs] Move all /latest links to /master (#11897)
* use master link

* remae

* revert non-ray

* more

* mre
2020-11-10 10:53:28 -08:00

23 lines
553 B
YAML

# This file is generated by `ray project create`.
name: ray-example-lbfgs
description: "Parallelizing the L-BFGS algorithm in ray"
tags: ["ray-example", "optimization", "lbfgs"]
documentation: https://docs.ray.io/en/master/auto_examples/plot_lbfgs.html
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
commands:
- name: run
command: python driver.py
help: "Run the L-BFGS example"
output_files: [
# Save the logs from the latest run in snapshots.
"/tmp/ray/session_latest/logs"
]