-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
35 lines (35 loc) · 1008 Bytes
/
config.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
bundled_packages_dir: packages
data_dir: data
description: Transcribe audio files across multiple languages.
environment_variables: {}
examples_filename: examples.yaml
input_type: Any
model_class_filename: model.py
model_class_name: Model
model_framework: custom
model_metadata:
pretty_name: Whisper
avatar_url: https://cdn.baseten.co/production/static/openai.png
cover_image_url: https://cdn.baseten.co/production/static/whisper.png
tags:
- speech-recognition
model_module_dir: model
model_name: Whisper
model_type: custom
python_version: py39
requirements:
- git+https://github.com/openai/whisper.git
- --extra-index-url https://download.pytorch.org/whl/cu113
- requests
resources:
cpu: 500m
memory: 3Gi
use_gpu: true
accelerator: A10G
secrets: {}
spec_version: 2.0
system_packages:
- ffmpeg
external_data:
- url: https://openaipublic.azureedge.net/main/whisper/models/81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524/large-v2.pt
local_data_path: models/large-v2.pt