-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Update of README.md #2489
Merged
Merged
Update of README.md #2489
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
toboil-features
commented
Oct 16, 2024
- Added "-j" for "make" commands to activate parallelism
- Fixed links for headers, to not to be bound only to original page.
ggerganov
approved these changes
Oct 16, 2024
README.md
Outdated
@@ -100,7 +100,7 @@ make | |||
For a quick demo, simply run `make base.en`: | |||
|
|||
```text | |||
$ make base.en | |||
$ make base.en -j |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the -j
s right after make
Suggested change
$ make base.en -j | |
$ make -j base.en |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
bygreencn
added a commit
to bygreencn/whisper.cpp
that referenced
this pull request
Oct 21, 2024
* ggerganov/master: readme : update links and make commands (ggerganov#2489) ruby : fix bindings (ggerganov#2484) readme : add Vulkan notice (ggerganov#2488) make : fix GGML_VULKAN=1 build (ggerganov#2485) whisper : add dtw preset for large-v3-turbo (ggerganov#2481) convert : handle max_target_positions (ggerganov#2477) readme : update the Quick Start section (ggerganov#2475) whisper : add OpenVINO init with state (ggerganov#2464)
lyapple2008
pushed a commit
to lyapple2008/whisper.cpp.mars
that referenced
this pull request
Nov 2, 2024
* Update links to headers in README.md * Add link to Vulkan section in README.md * Add "-j" for parallelism for "make" in README.md * Update README.md
adutilleul
pushed a commit
to adutilleul/whisper.cpp
that referenced
this pull request
Nov 19, 2024
* Update links to headers in README.md * Add link to Vulkan section in README.md * Add "-j" for parallelism for "make" in README.md * Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.