Syahmi Azhar
878a84d78f
whisper : rename whisper_init to whisper_init_from_file
3 years ago
Andy Maloney
84c6b42e65
cmake : update to 3.19 ( #351 )
...
- update from 3.0 (from 2014) to 3.19 (from 2020)
- move some global setting onto the targets (through a cmake include)
3 years ago
Andy Maloney
331c0bbddc
examples : fix memory leak on failure to load gpt2 model ( #323 )
3 years ago
Andy Maloney
dc90efd504
examples : small code cleanups ( #322 )
...
- remove unnecessary initialization of string to ""
- use empty() instead of checking size()
- use emplace_back instead of push_back
- use nullptr instead of NULL
- remove unnecessary call to .data() on string
- use character overload of find_first_of() instead of passing a string
3 years ago
Georgi Gerganov
99da1e5cc8
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
3 years ago
Georgi Gerganov
a613f16aec
talk : improve prompting
3 years ago
Georgi Gerganov
aa6adda26e
talk : make compatible with c++11 (part 2)
3 years ago
Georgi Gerganov
444349f4ec
talk : make compatible with c++11
3 years ago
Georgi Gerganov
85c9ac18b5
Update README.md
3 years ago
Georgi Gerganov
b7c85d1ea6
talk : fix build for MSVC
3 years ago
Georgi Gerganov
3b1aacbe6d
talk : talk with AI in the terminal
3 years ago