update
This commit is contained in:
parent
7f2f42c51e
commit
564afa6e44
|
@ -16,11 +16,11 @@ cdef char* DEFAULT_MODEL = b'tiny'
|
||||||
cdef char* LANGUAGE = b'fr'
|
cdef char* LANGUAGE = b'fr'
|
||||||
|
|
||||||
MODELS = {
|
MODELS = {
|
||||||
'model_ggml_tiny.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-tiny.bin',
|
b'model_ggml_tiny.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-tiny.bin',
|
||||||
'model_ggml_base.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-base.bin',
|
b'model_ggml_base.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-base.bin',
|
||||||
'model_ggml_small.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-small.bin',
|
b'model_ggml_small.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-small.bin',
|
||||||
'model_ggml_medium.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-medium.bin',
|
b'model_ggml_medium.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-medium.bin',
|
||||||
'model_ggml_large.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-large.bin',
|
b'model_ggml_large.bin': 'https://ggml.ggerganov.com/ggml-model-whisper-large.bin',
|
||||||
}
|
}
|
||||||
|
|
||||||
def model_exists(model):
|
def model_exists(model):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user