mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-16 19:53:57 +00:00
13 lines
264 B
YAML
13 lines
264 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
|