mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 10:04:00 +00:00
Update all .cpp files to use .cc extension (google style)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
/**
|
||||
* @file data_generation/llama_generator.h
|
||||
* @brief Llama.cpp-backed implementation of DataGenerator.
|
||||
* @brief llama.cpp-backed implementation of DataGenerator.
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include "data_generation/data_generator.h"
|
||||
#include "data_generation/data_generator.h" k
|
||||
#include "data_model/application_options.h"
|
||||
|
||||
struct llama_model;
|
||||
|
||||
Reference in New Issue
Block a user