Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper : rename binaries + fix install #2648

Merged
merged 3 commits into from
Dec 21, 2024
Merged

Conversation

ggerganov
Copy link
Owner

@ggerganov ggerganov commented Dec 20, 2024

Addressing build issues outlined in ggerganov/ggml#1050 (comment) and migrating binary names to whisper- prefix.

  • The examples are now properly installed in the bin runtime path
  • The examples have been renamed as follows:
Old Filename New Filename
main whisper-cli
bench whisper-bench
stream whisper-stream
command whisper-command
server whisper-server
talk-llama whisper-talk-llama
  • The talk and talk.wasm examples have been removed

@ggerganov ggerganov force-pushed the gg/whisper-rename-bin branch from 330d7d0 to 14a3e16 Compare December 20, 2024 12:11
@ggerganov ggerganov marked this pull request as ready for review December 20, 2024 12:11
@ggerganov ggerganov changed the title whisper : rename binaries + fix build whisper : rename binaries + fix install Dec 20, 2024
@ggerganov ggerganov merged commit 2e59dce into master Dec 21, 2024
81 checks passed
@ggerganov ggerganov deleted the gg/whisper-rename-bin branch December 21, 2024 07:43
bygreencn added a commit to bygreencn/whisper.cpp that referenced this pull request Dec 26, 2024
* ggerganov/master: (49 commits)
  cli : add --suppress_nst support (ggerganov#2664)
  cli : add no_speech_thold (ggerganov#2663)
  cmake : remove hardcoded install rpath
  server : fix help print
  ruby : bug fix on callbacks and no_speech_prob (ggerganov#2656)
  server : add no-speech threshold parameter and functionality (ggerganov#2654)
  whisper : rename suppress_non_speech_tokens to suppress_nst (ggerganov#2653)
  server : add option to suppress non-speech tokens (ggerganov#2649)
  whisper : rename binaries + fix install (ggerganov#2648)
  ruby : update gem version to v1.3.1
  release : v1.7.3
  ci : msys enable SDL2 build (ggerganov#2635)
  ruby : sync ggml (ggerganov#2643)
  android : try to fix build
  files : remove old sources
  sync : ggml
  talk-llama : sync llama.cpp
  sync : ggml
  ggml : update ggml_backend_cpu_device_supports_op (llama/10867)
  vulkan: bugfixes for small subgroup size systems + llvmpipe test (llama/10809)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant