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

Update of README.md #2489

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Update of README.md #2489

merged 4 commits into from
Oct 17, 2024

Conversation

toboil-features
Copy link
Contributor

  • Added "-j" for "make" commands to activate parallelism
  • Fixed links for headers, to not to be bound only to original page.

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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the -js right after make

Suggested change
$ make base.en -j
$ make -j base.en

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ggerganov ggerganov merged commit a5abfe6 into ggerganov:master Oct 17, 2024
44 checks passed
@toboil-features toboil-features deleted the test branch October 17, 2024 11:06
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants