Commit Graph

  • 18cf6c2e86 new line Brayden McLean 2023-01-23 20:43:18 -0800
  • 2ae83898c4 add timestamps Brayden McLean 2023-01-23 17:38:17 -0800
  • d8b8564976 added wrappers to reset and print timings #436 Lukas Rist 2023-01-23 21:21:08 +0100
  • 11f61cecd6
    whisper.wasm : add labels for easier radio selection (#435) Ondrej Kokes 2023-01-23 19:49:00 +0100
  • b5ddb16ec7
    whisper : condition timestamps to be monotonically increasing (#425) Georgi Gerganov 2023-01-23 20:48:26 +0200
  • ae16c21e9c
    whisper : PPC64 big-endian support (#398) fitzsim 2023-01-23 18:48:10 +0000
  • 2c3f50a021
    release : v1.1.1 v1.1.1 Georgi Gerganov 2023-01-23 20:23:44 +0200
  • 9a65269a20
    .gitignore : add arm_neon.h Georgi Gerganov 2023-01-23 20:19:04 +0200
  • 20131ba621
    Add labels for easier radio selection #435 Ondrej Kokes 2023-01-23 17:17:57 +0100
  • 78f166174f
    whisper : fix condition for providing past prompt (critical) Georgi Gerganov 2023-01-22 10:47:01 +0200
  • 1f9d4e56f9 whisper : add PPC64 big endian support #398 Thomas Fitzsimmons 2023-01-20 20:54:21 -0500
  • 571c4fd849 ggml : set cache line size to 128 on POWER9 Thomas Fitzsimmons 2023-01-20 20:47:34 -0500
  • 21c569ba4a
    whisper : extend information in whisper_print_timings() Georgi Gerganov 2023-01-19 18:50:33 +0200
  • 13204489d7
    Merge 5567eaaa1c into 1a91c19af9 #387 Abitofevrything 2023-01-18 18:00:14 -0500
  • 1a91c19af9
    whisper : perform entropy check only when we have at least 32 tokens (#412) Georgi Gerganov 2023-01-18 22:52:18 +0200
  • f583e2d2f5
    main : we had accidentally disabled the temperature fallback .. (#291) Georgi Gerganov 2023-01-18 22:51:41 +0200
  • e20116c124
    whisper : condition timestamps to be monotonically increasing #425 Georgi Gerganov 2023-01-18 22:38:14 +0200
  • 206fc93396
    whisper.wasm : add small and small.en models Georgi Gerganov 2023-01-18 21:58:55 +0200
  • a6cf6f4c4a
    bench : minor fixes Georgi Gerganov 2023-01-18 21:39:32 +0200
  • 472a473fd1
    main : add an option to accept optional output filenames (#424) Chia-Hsiang Cheng 2023-01-19 03:26:31 +0800
  • 9ba66c2fad
    stream : fix handling of --step == --length (#416) Georgi Gerganov 2023-01-18 21:22:52 +0200
  • 1ccb8a46a5
    bench : fix Windows linkage by moving ggml benches in whisper lib .. Georgi Gerganov 2023-01-18 21:00:41 +0200
  • 7aa1174315
    bench : fix Windows linkage by moving ggml benches in whisper lib .. arghh Georgi Gerganov 2023-01-18 21:00:41 +0200
  • 1290fc6457
    bench : add memcpy and ggml_mul_mat benchmarks Georgi Gerganov 2023-01-18 20:31:46 +0200
  • 485febf7a8 Format the file #424 Chia-Hsiang Cheng 2023-01-18 22:12:09 +0800
  • a7ec74f4cf Add an option to accept optional output filenames Chia-Hsiang Cheng 2023-01-18 22:00:17 +0800
  • 49b529ba74
    whisper.android : add support for loading directly from asset in C (#415) Digipom 2023-01-16 14:57:35 -0500
  • 8088a977af
    whisper : fix possible uninitialized variables (#291) Georgi Gerganov 2023-01-16 21:44:40 +0200
  • d047bc7cba Add support for loading directly from asset in C #415 Kevin Brothaler 2023-01-16 14:05:06 -0500
  • c9aeb33676
    stream : fix --keep_context argument to be used correctly (#354) Georgi Gerganov 2023-01-16 19:37:06 +0200
  • 4a3f0d3fe9
    go : remove sample_best and sample_timestamp bindings (#409) Damian Czaja 2023-01-16 18:18:10 +0100
  • 874bde887e
    Update README.md Georgi Gerganov 2023-01-16 18:47:31 +0200
  • 6f4d083719
    fix(go): remove sample_best and sample_timestamp bindings #409 Damian Czaja 2023-01-15 16:13:40 +0100
  • 5567eaaa1c Use GetProcessTimes for process time on Windows #387 Abitofevrything 2023-01-15 14:58:31 +0100
  • 8738427dd6
    cmake : bump version to 1.1.0 v1.1.0 Georgi Gerganov 2023-01-15 14:22:25 +0200
  • c3991bbb24
    Update README.md Georgi Gerganov 2023-01-15 14:08:12 +0200
  • 896197c194 Update gpt-2.cpp Abitofevrything 2023-01-15 12:56:30 +0100
  • 00ea21668b
    whisper : account speed_up flag for short audio (close #405) 1.1.0 Georgi Gerganov 2023-01-15 12:41:42 +0200
  • 07ff91c3fe
    bench-all : shorten the Thread column Georgi Gerganov 2023-01-15 12:31:44 +0200
  • d573de4f94
    Cosmetic stuff Georgi Gerganov 2023-01-15 12:27:19 +0200
  • e22836e394
    Add back GGML_PERF flag Abitofevrything 2023-01-08 16:46:43 +0100
  • b3c76307a9
    Add windows process-specific timings Abitofevrything 2023-01-08 12:20:02 +0100
  • f725df5528
    Improve configuration detection in bench-all Abitofevrything 2023-01-08 11:58:23 +0100
  • de6e97a9ed
    Add result message to and format output of bench-all Abitofevrything 2023-01-08 11:36:56 +0100
  • e858f410da
    Add process time to bench-all script Abitofevrything 2023-01-08 11:10:25 +0100
  • 3abcfc6fc3
    Add process time to whisper_print_timings Abitofevrything 2023-01-08 10:59:32 +0100
  • bde7ee3751
    Remove ggml_cycles and ggml_perf timings; replace with ggml_process_time Abitofevrything 2023-01-08 10:26:58 +0100
  • 0b85e8c401
    Update README.md Georgi Gerganov 2023-01-15 11:36:20 +0200
  • fafd78945d
    bench.wasm : print system info Georgi Gerganov 2023-01-15 11:34:03 +0200
  • 8de452c18b
    Improve decoding (#291) Georgi Gerganov 2023-01-15 11:29:57 +0200
  • 6a2f4dbcb3
    whisper.swiftui : update example - fix paths + add empty folders #291 Georgi Gerganov 2023-01-15 11:25:00 +0200
  • 3fe33d61a2
    stream : disable temperature fallback Georgi Gerganov 2023-01-15 11:07:52 +0200
  • d83e47573b
    whisper : add comments Georgi Gerganov 2023-01-15 09:04:40 +0200
  • 6700cd57f7
    whisper : bug fix when there no previous context Georgi Gerganov 2023-01-14 23:04:16 +0200
  • 5548a1986f
    whisper : add beam-search support Georgi Gerganov 2023-01-14 22:49:06 +0200
  • 5e97f80fc5
    whisper : minor fixes Georgi Gerganov 2023-01-14 19:30:53 +0200
  • a6dbd9188b
    stream : fix a bug that inserted a lot of empty audio at the start Georgi Gerganov 2023-01-14 19:20:47 +0200
  • c301a7942b
    whisper : add WHISPER_DEBUG + diagnostic prints + new main args Georgi Gerganov 2023-01-14 18:25:16 +0200
  • c6a8a47039
    whisper : handle empty sequence ranking Georgi Gerganov 2023-01-14 17:48:02 +0200
  • 7ea1b736ec
    command : fix example to use logits instead of obsolete probs Georgi Gerganov 2023-01-14 17:01:24 +0200
  • c67716faba
    whisper : support for compression_ration_threshold Georgi Gerganov 2023-01-14 16:53:19 +0200
  • 34c5110f59
    whisper : temperature + best_of support Georgi Gerganov 2023-01-14 15:35:08 +0200
  • 712bc4b960
    whisper : fix prompt_past update to not include prompt_init Georgi Gerganov 2023-01-14 14:11:22 +0200
  • bd6e70b512
    whisper : wip decoding parameters + strategies (part 4) Georgi Gerganov 2023-01-14 12:38:13 +0200
  • 116dd67a15
    whisper : wip decoding parameters + strategies (part 3) Georgi Gerganov 2023-01-14 11:09:23 +0200
  • 255335dc8f
    Add test to build.yml #404 Chidi Williams 2023-01-13 18:32:36 +0000
  • 3d723d0b82
    whisper : wip decoding parameters + strategies (part 2) Georgi Gerganov 2023-01-12 21:44:05 +0200
  • 9551d7fabd
    whisper : wip decoding parameters + strategies Georgi Gerganov 2023-01-11 22:15:54 +0200
  • 628843c60a
    whisper : move self-attention kv cache to whisper_decoder Georgi Gerganov 2023-01-11 19:31:11 +0200
  • ee58108df8
    whisper : refactor kv cache into separate struct Georgi Gerganov 2023-01-09 20:42:32 +0200
  • 1163f266d2
    whisper : move probs_id buffer to whisper_context Georgi Gerganov 2023-01-09 19:02:13 +0200
  • 523e0494a6
    whisper : separate self and cross attention memory Georgi Gerganov 2023-01-08 19:11:21 +0200
  • 21559537e2
    whisper : add whisper_get_logits() Georgi Gerganov 2023-01-08 16:40:53 +0200
  • 2d8d3724b8
    whisper : apply logit filters and compute logprobs Georgi Gerganov 2022-12-23 22:31:47 +0200
  • abe104b80b
    whisper : prepare infra for new decoding strategies Georgi Gerganov 2022-12-18 13:58:25 +0200
  • 4ef3398e8f
    ggml : remove obsolete zeroing + comment fixes (#390) Georgi Gerganov 2023-01-08 12:35:56 +0200
  • 5e9f33596f
    readme : clarify main and stream usage (#391) Ian Bicking 2023-01-08 12:18:41 -0600
  • 8d7b29cedd
    ggml : correct behaviour of ggml_vec_sum_f32 (#390) Abitofevrything 2023-01-08 19:06:09 +0100
  • a127e899d6
    Make first example and stream example easier to run #391 Ian Bicking 2023-01-08 12:03:18 -0600
  • fb851cb52f ggml: correct behaviour of ggml_vec_sum_f32 #390 Abitofevrything 2023-01-08 18:58:23 +0100
  • 08dc705a69
    whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388) boolemancer 2023-01-08 05:08:45 -0800
  • 6bd8ec966a
    Update whisper.cpp #388 boolemancer 2023-01-08 05:06:39 -0800
  • 4134ebd95d Do calculation with 64 bit precision to avoid overflow boolemancer 2023-01-08 04:31:03 -0800
  • 1512545149
    whisper : add loader class to allow loading from buffer and others (#353) Syahmi Azhar 2023-01-08 19:03:33 +0800
  • 06130452b6
    whisper : adding <stddef.h> needed for size_t + code style #353 Georgi Gerganov 2023-01-08 12:56:02 +0200
  • 48389940be
    android : load models directly from assets Syahmi Azhar 2023-01-02 01:43:48 +0800
  • b4ea31df27
    android : Delete local.properties Syahmi Azhar 2023-01-01 23:28:12 +0800
  • 0f46aa84b1
    whisper : add whisper_init_from_buffer Syahmi Azhar 2023-01-01 20:53:39 +0800
  • 878a84d78f
    whisper : rename whisper_init to whisper_init_from_file Syahmi Azhar 2023-01-01 20:37:42 +0800
  • 6859c6207a
    whisper : add loader to allow loading from other than file Syahmi Azhar 2023-01-01 20:17:11 +0800
  • 52a3e0c92a
    ggml : improve vec_dot_f16 unrolling in flash_attn_f16 Georgi Gerganov 2023-01-08 11:41:18 +0200
  • d1ea1220ff
    command : clean-up / refactoring / formatting (#383) Georgi Gerganov 2023-01-07 21:43:24 +0200
  • 9c4a1522f6
    command : always-prompt mode (#383) David 2023-01-07 20:41:11 +0100
  • f078a6f20e
    go : adding features to the go-whisper example, go ci, etc (#384) David Thorpe 2023-01-07 19:21:43 +0000
  • e2aa556a99
    whisper : experiments with Flash Attention in the decoder #284 fa-decoder Georgi Gerganov 2022-12-16 21:51:35 +0200
  • f30b5d322c
    ggml : fix bug in new soft max computation Georgi Gerganov 2023-01-07 21:00:07 +0200
  • 4118724709 command: always test prompt #383 David 2023-01-07 19:54:27 +0100
  • 426f6e568a Merge branch 'master' of github.com:djthorpe/whisper.cpp #384 David Thorpe 2023-01-07 19:52:55 +0100
  • 9513ed3ba0 Made the NewContext method private David Thorpe 2023-01-07 19:52:51 +0100
  • 0390fe12fd
    Merge pull request #3 from djthorpe/djthorpe-20230107 David Thorpe 2023-01-07 18:48:59 +0000