Reed Mangino
Reed Mangino
I'm using` v1.0.2` of this gem on `macOS 10.12.3`. My ruby version is: `ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]`. My test code: ```ruby require 'kindle_highlights' kindle = KindleHighlights::Client.new(email_address: "[email protected]", password:...
We use TTS in an eLearning environment where we generate hundreds of videos per year. All of these videos must use the **same** exact voice for consistency. To use Parler-TTS...
Running `npx dalai llama install 7B` fails with: `PS C:\Users\xxxx\dalai\llama\build\Release> [System.Console]::OutputEncoding=[System.Console]::InputEncoding=[System.Text.Encoding]::UTF8; ./quantize C:\Users\xxxx\dalai\llama\models\7B\ggml-model-f16.bin C:\Users\xxxx\dalai\llama\models\7B\ggml-model-q4_0.bin 2` `./quantize : The term './quantize' is not recognized as the name of a cmdlet, function,...