mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
23 lines
553 B
YAML
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"
|
|
]
|