|
20410 | 20410 | - https://huggingface.co/ggerganov/whisper.cpp
|
20411 | 20411 | overrides:
|
20412 | 20412 | parameters:
|
20413 |
| - model: ggml-whisper-base.bin |
| 20413 | + model: ggml-base.bin |
20414 | 20414 | files:
|
20415 |
| - - filename: "ggml-whisper-base.bin" |
| 20415 | + - filename: "ggml-base.bin" |
20416 | 20416 | sha256: "60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe"
|
20417 | 20417 | uri: "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin"
|
20418 | 20418 | description: |
|
@@ -20457,11 +20457,20 @@
|
20457 | 20457 | name: "whisper-large-q5_0"
|
20458 | 20458 | overrides:
|
20459 | 20459 | parameters:
|
20460 |
| - model: ggml-large-q5_0.bin |
| 20460 | + model: ggml-large-v3-q5_0.bin |
| 20461 | + files: |
| 20462 | + - filename: "ggml-large-v3-q5_0.bin" |
| 20463 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3-q5_0.bin" |
| 20464 | + sha256: d75795ecff3f83b5faa89d1900604ad8c780abd5739fae406de19f23ecd98ad1 |
| 20465 | +- !!merge <<: *whisper |
| 20466 | + name: "whisper-medium" |
| 20467 | + overrides: |
| 20468 | + parameters: |
| 20469 | + model: ggml-medium.bin |
20461 | 20470 | files:
|
20462 |
| - - filename: "ggml-large-q5_0.bin" |
20463 |
| - uri: "huggingface://ggerganov/whisper.cpp/ggml-large-q5_0.bin" |
20464 |
| - sha256: 3a214837221e4530dbc1fe8d734f302af393eb30bd0ed046042ebf4baf70f6f2 |
| 20471 | + - filename: "ggml-medium.bin" |
| 20472 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-medium.bin" |
| 20473 | + sha256: 6c14d5adee5f86394037b4e4e8b59f1673b6cee10e3cf0b11bbdbee79c156208 |
20465 | 20474 | - !!merge <<: *whisper
|
20466 | 20475 | name: "whisper-medium-q5_0"
|
20467 | 20476 | overrides:
|
|
20489 | 20498 | - filename: "ggml-small.bin"
|
20490 | 20499 | uri: "huggingface://ggerganov/whisper.cpp/ggml-small.bin"
|
20491 | 20500 | sha256: 1be3a9b2063867b937e64e2ec7483364a79917e157fa98c5d94b5c1fffea987b
|
20492 |
| -- !!merge <<: *whisper |
20493 |
| - name: "whisper-small-en-tdrz" |
20494 |
| - overrides: |
20495 |
| - parameters: |
20496 |
| - model: ggml-small.en-tdrz.bin |
20497 |
| - files: |
20498 |
| - - filename: "ggml-small.bin" |
20499 |
| - uri: "huggingface://akashmjn/tinydiarize-whisper.cpp/ggml-small.en-tdrz.bin" |
20500 |
| - sha256: ceac3ec06d1d98ef71aec665283564631055fd6129b79d8e1be4f9cc33cc54b4 |
20501 | 20501 | - !!merge <<: *whisper
|
20502 | 20502 | name: "whisper-small-en-q5_1"
|
20503 | 20503 | overrides:
|
|
20570 | 20570 | - filename: "ggml-tiny.en-q8_0.bin"
|
20571 | 20571 | uri: "huggingface://ggerganov/whisper.cpp/ggml-tiny.en-q8_0.bin"
|
20572 | 20572 | sha256: 5bc2b3860aa151a4c6e7bb095e1fcce7cf12c7b020ca08dcec0c6d018bb7dd94
|
| 20573 | +- !!merge <<: *whisper |
| 20574 | + name: "whisper-large" |
| 20575 | + overrides: |
| 20576 | + parameters: |
| 20577 | + model: ggml-large-v3.bin |
| 20578 | + files: |
| 20579 | + - filename: "ggml-large-v3.bin" |
| 20580 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3.bin" |
| 20581 | + sha256: 64d182b440b98d5203c4f9bd541544d84c605196c4f7b845dfa11fb23594d1e2 |
| 20582 | +- !!merge <<: *whisper |
| 20583 | + name: "whisper-large-q5_0" |
| 20584 | + overrides: |
| 20585 | + parameters: |
| 20586 | + model: ggml-large-v3-q5_0.bin |
| 20587 | + files: |
| 20588 | + - filename: "ggml-large-v3-q5_0.bin" |
| 20589 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3-q5_0.bin" |
| 20590 | + sha256: d75795ecff3f83b5faa89d1900604ad8c780abd5739fae406de19f23ecd98ad1 |
| 20591 | +- !!merge <<: *whisper |
| 20592 | + name: "whisper-large-turbo" |
| 20593 | + overrides: |
| 20594 | + parameters: |
| 20595 | + model: ggml-large-v3-turbo.bin |
| 20596 | + files: |
| 20597 | + - filename: "ggml-large-v3-turbo.bin" |
| 20598 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3-turbo.bin" |
| 20599 | + sha256: 1fc70f774d38eb169993ac391eea357ef47c88757ef72ee5943879b7e8e2bc69 |
| 20600 | +- !!merge <<: *whisper |
| 20601 | + name: "whisper-large-turbo-q5_0" |
| 20602 | + overrides: |
| 20603 | + parameters: |
| 20604 | + model: ggml-large-v3-turbo-q5_0.bin |
| 20605 | + files: |
| 20606 | + - filename: "ggml-large-v3-turbo-q5_0.bin" |
| 20607 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3-turbo-q5_0.bin" |
| 20608 | + sha256: 394221709cd5ad1f40c46e6031ca61bce88931e6e088c188294c6d5a55ffa7e2 |
| 20609 | +- !!merge <<: *whisper |
| 20610 | + name: "whisper-large-turbo-q8_0" |
| 20611 | + overrides: |
| 20612 | + parameters: |
| 20613 | + model: ggml-large-v3-turbo-q8_0.bin |
| 20614 | + files: |
| 20615 | + - filename: "ggml-large-v3-turbo-q8_0.bin" |
| 20616 | + uri: "huggingface://ggerganov/whisper.cpp/ggml-large-v3-turbo-q8_0.bin" |
| 20617 | + sha256: 317eb69c11673c9de1e1f0d459b253999804ec71ac4c23c17ecf5fbe24e259a1 |
20573 | 20618 | ## Bert embeddings (llama3.2 drop-in)
|
20574 | 20619 | - !!merge <<: *llama32
|
20575 | 20620 | name: "bert-embeddings"
|
0 commit comments