Skip to content

Commit

Permalink
fixes to yaml after guy review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeevRispler committed Dec 11, 2023
1 parent e09e878 commit 40e84f3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions speech_diarization/item.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v1
categories:
- Utilities
- Machine Learning
- Deep Learning
- Huggingface
- Audio
description: speech diarization of audio files
doc: ''
example: speech_diarization.ipynb
Expand All @@ -18,8 +19,12 @@ platformVersion: 3.5.3
spec:
filename: speech_diarization.py
handler: diarize
image: mlrun/mlrun
image: mlrun/mlrun-gpu
kind: job
requirements: []
requirements:
-pyannote.audio
-pyannote.core
-torchaudio
-tqdm
url: ''
version: 1.0.0

0 comments on commit 40e84f3

Please sign in to comment.