mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-10 03:49:32 +02:00
common : separate whisper sources (#2846)
* common : separate whisper sources * examples : add chrono * examples : add more headers
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include "Chessboard.h"
|
||||
#include "grammar-parser.h"
|
||||
#include "common.h"
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
|
||||
WChess::WChess(whisper_context * ctx,
|
||||
const whisper_full_params & wparams,
|
||||
|
Reference in New Issue
Block a user