mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
22 lines
550 B
YAML
22 lines
550 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://ray.readthedocs.io/en/latest/auto_examples/plot_lbfgs.html
|
|
|
|
cluster: .rayproject/cluster.yaml
|
|
|
|
environment:
|
|
requirements: .rayproject/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"
|
|
]
|