Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ The repository includes a lot of code which was only used for development:
couple alternative model implementations, compatible FP64 versions of some compute shaders, debug tracing and the tool to compare the traces, etc.<br/>
That stuff is disabled by preprocessor macros or `constexpr` flags, I hope it’s fine to keep here.

The `--language` option for the main.exe takes language codes defined in [Whisper/source/whisper.cpp](Whisper/source/whisper.cpp),
for example `en` for English, `zh` for Chinese, etc.

## Performance Notes

I have a limited selection of GPUs in this house.<br/>
Expand Down Expand Up @@ -158,4 +161,4 @@ That whisper.cpp project has an example which [uses](https://github.com/ggergano
the same GGML implementation to run another OpenAI’s model, [GPT-2](https://en.wikipedia.org/wiki/GPT-2).<br/>
It shouldn’t be hard to support that ML model with the compute shaders and relevant infrastructure already implemented in this project.

If you find this useful, I’ll be very grateful if you consider a donation to [“Come Back Alive” foundation](https://savelife.in.ua/en/).
If you find this useful, I’ll be very grateful if you consider a donation to [“Come Back Alive” foundation](https://savelife.in.ua/en/).
Copy link

Choose a reason for hiding this comment

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

what's the change here exactly? cr / crlf at the end?

Copy link
Author

Choose a reason for hiding this comment

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

I don't intent to change this, but I don't know how to get rid of it. I'm sorry this snag jeopardizes the whoe PR.

Copy link
Author

Choose a reason for hiding this comment

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

This PR allows edits by maintainers. I appreciate it If anyone helps me get rid of the snag