mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-30 22:40:14 +02:00
common : separate whisper sources (#2846)
* common : separate whisper sources * examples : add chrono * examples : add more headers
This commit is contained in:
@ -4,15 +4,15 @@
|
||||
//
|
||||
#include "common-sdl.h"
|
||||
#include "common.h"
|
||||
#include "common-whisper.h"
|
||||
#include "whisper.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <chrono>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
|
||||
|
||||
// command-line parameters
|
||||
struct whisper_params {
|
||||
|
Reference in New Issue
Block a user