aimingmed-ai/app/llmops/MLproject
2025-02-22 13:58:52 +08:00

19 lines
421 B
Plaintext

name: llmops
python_env: python_env.yml
entry_points:
main:
parameters:
steps:
description: Comma-separated list of steps to execute (useful for debugging)
type: str
default: all
hydra_options:
description: Other configuration parameters to override
type: str
default: ''
command: "python main.py main.steps=\\'{steps}\\' $(echo {hydra_options})"