Skip to content

Commit

Permalink
finetune : remove unused includes (#4756)
Browse files Browse the repository at this point in the history
This commit removes unused includes from finetune.cpp.

Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jan 4, 2024
1 parent 012cf34 commit b3a7c20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/finetune/finetune.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
#include "llama.h"
#include "common.h"
#include "train.h"
#include <unordered_map>
#include <vector>
#include <cassert>
#include <climits>
#include <cstring>
#include <cstdarg>
#include <ctime>
#include <random>
#include <stdexcept>
#include <algorithm>
#include <string>

Expand Down

0 comments on commit b3a7c20

Please sign in to comment.