forked from guy1992l/mlrun-call-center-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yaml
35 lines (35 loc) · 803 Bytes
/
project.yaml
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
kind: project
metadata:
name: call-center-demo-guyl
created: '2023-08-27T14:56:53.122000'
spec:
params:
source: git://github.com/mlrun/demo-call-center.git#main
default_image: giladsh28/llm:v3
gpus: 4
functions:
- url: hub://transcribe
name: transcribe
- url: hub://pii_recognizer
name: pii-recognizer
- url: hub://question_answering
name: question-answering
- url: ./src/postprocess.py
name: postprocess
kind: job
workflows:
- path: ./src/workflow.py
name: workflow
artifacts: []
conda: ''
source: git://github.com/mlrun/demo-call-center.git#main
load_source_on_run: true
desired_state: online
owner: guyl
default_image: giladsh28/llm:v3
build:
commands: []
requirements: []
custom_packagers: []
status:
state: online