mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-16 03:35:06 +00:00
13 lines
263 B
YAML
13 lines
263 B
YAML
$schema: https://componentsdk.azureedge.net/jsonschema/CommandComponent.json
|
|
# TODO: update name
|
|
name: tuner
|
|
version: 0.0.1
|
|
display_name: tuner
|
|
code: ../
|
|
environment:
|
|
conda:
|
|
conda_dependencies_file: env.yaml
|
|
os: Linux
|
|
command: >-
|
|
python tuner/tuner_func.py
|