mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 21:37:31 +08:00
19 lines
421 B
Plaintext
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})"
|