Skip to content

Commit a7d8fae

Browse files
committed
donation links
1 parent c109823 commit a7d8fae

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tortoise.cpp: GGML implementation of tortoise-tts (Ready for testing!)
1+
# tortoise.cpp: GGML implementation of tortoise-tts ([Support Development Here!](https://ko-fi.com/johnbalis))
22

33
![a menacing sea turtle in the ocean; mascot for tortoise.cpp](https://github.com/balisujohn/tortoise.cpp/blob/master/assets/tortoiselogo.png?raw=true)
44

main.cpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6391,11 +6391,11 @@ int main(int argc, char **argv) {
63916391
gpt_vocab vocab;
63926392
gpt_vocab_init("../models/tokenizer.json", vocab);
63936393

6394-
//test_autoregressive();
6395-
//test_diffusion();
6396-
//test_vocoder();
6397-
//std::cout << "all tests succeeded!" << std::endl;
6398-
//exit(0);
6394+
// test_autoregressive();
6395+
// test_diffusion();
6396+
// test_vocoder();
6397+
// std::cout << "all tests succeeded!" << std::endl;
6398+
// exit(0);
63996399

64006400
auto start = std::chrono::high_resolution_clock::now();
64016401

@@ -6431,6 +6431,9 @@ int main(int argc, char **argv) {
64316431
}
64326432

64336433
writeWav(outputPath.c_str(), audio, 24000);
6434+
std::cout << std::endl << std::endl;
6435+
std::cout << "Please consider donating :^)" << std::endl
6436+
<< "https://ko-fi.com/johnbalis" << std::endl;
64346437

64356438
return 0;
64366439
}

0 commit comments

Comments
 (0)