wchess: whisper assisted chess#1595
Merged
ggerganov merged 16 commits intoggml-org:masterfrom Dec 14, 2023
Merged
Conversation
ggerganov
approved these changes
Dec 14, 2023
Member
ggerganov
left a comment
There was a problem hiding this comment.
Awesome job!
I encounter some bugs from time to time with the chess logic, but it's not a big issue since the main point of the example is to demonstrate the voice recognition functionality.
Btw, I have now added the grammar to be displayed in the UI so this makes debugging a bit easier.
|
Fun use of chessboardjs here 🤓 🎉 |
landtanin
pushed a commit
to landtanin/whisper.cpp
that referenced
this pull request
Dec 16, 2023
* wchess: whisper assisted chess * wchess: fix allowed moves in check * wchess: touchstart, touchend events * wchess: css, disabled button * wchess : html touches * wchess : minor fixes and code style * wchess : bump encoder context to 1280 * wchess : index.html * wchess : fix CI warnings * wchess : add array header * wchess : build static library * wchess : display grammar * wchess : update UX * wchess : add comment * wchess : add README --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
bygreencn
added a commit
to bygreencn/whisper.cpp
that referenced
this pull request
Dec 20, 2023
* origin/master: bench.py : add different large models (ggml-org#1655) wchess : update README.md release : v1.5.2 wchess : update readme wchess : whisper assisted chess (ggml-org#1595) sync : ggml (Metal fixes, new ops, tests) (ggml-org#1633) cmake : target windows 8 or above for prefetchVirtualMemory in llama-talk (ggml-org#1617) cmake : Fix bug in httplib.h for mingw (ggml-org#1615) metal : fix `ggml_metal_log` vargs (ggml-org#1606) whisper.objc : disable timestamps for real-time transcription whisper : more debug messages + fix fallback logic metal : fix soft_max kernel src1 argument (ggml-org#1602) sync : ggml (new ops, new backend, etc) (ggml-org#1602) server : pass max-len argument to the server (ggml-org#1574) ios : Remove `#if arch(arm)` check for using Metal (ggml-org#1561) ggml : Fix 32-bit compiler warning (ggml-org#1575) ggml : re-enable blas for src0 != F32 (ggml-org#1583)
iThalay
pushed a commit
to iThalay/whisper.cpp
that referenced
this pull request
Sep 23, 2024
* wchess: whisper assisted chess * wchess: fix allowed moves in check * wchess: touchstart, touchend events * wchess: css, disabled button * wchess : html touches * wchess : minor fixes and code style * wchess : bump encoder context to 1280 * wchess : index.html * wchess : fix CI warnings * wchess : add array header * wchess : build static library * wchess : display grammar * wchess : update UX * wchess : add comment * wchess : add README --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This file contains hidden or 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
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.
wchess.asm: Web assembly + chessboardjs library
wchess.cmd: Command line binary for testing and debugging.
Note: It seems to me that the (grammar) end-of-token modification used earlier might have had a positive effect. So it may be worth looking into it again.