forked from NVIDIA-AI-Blueprints/data-flywheel
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.yaml
More file actions
40 lines (40 loc) · 966 Bytes
/
project.yaml
File metadata and controls
40 lines (40 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
spec:
functions:
- url: src/mlrun/create_dataset.py
name: create-dataset
kind: job
handler: create_dataset
with_repo: true
- url: src/mlrun/wait_for_llm_as_a_judge.py
name: wait-for-llm-as-a-judge
kind: job
handler: wait_for_llm_as_judge
with_repo: true
- url: src/mlrun/spin_up.py
name: spin-up-nims
kind: job
handler: spin_up_nim
with_repo: true
- url: src/mlrun/evaluate.py
name: evaluate
kind: job
handler: run_base_eval
with_repo: true
- url: src/mlrun/customization.py
name: customize
kind: job
handler: start_customization
with_repo: true
- url: src/mlrun/finalize.py
name: finalize
kind: job
handler: finalize
with_repo: true
- url: src/mlrun/shutdown_deployment.py
name: shutdown-deployment
kind: job
handler: shutdown_deployment
with_repo: true
source: git://github.com/mlrun/nvidia-data-flywheel.git
conda: ''
kind: project