Skip to content

Commit

Permalink
fix: llava header
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent c006821 commit c62bc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/llava_runner.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "llava_runner.hpp"
#include <llama.h>
#include <llava.h>
#include <clip.h>
#include <log.h>
#include <sampling.h>
#include <base64.hpp>
Expand Down
3 changes: 2 additions & 1 deletion src/llava_runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

#include "common.h"
#include "llama.h"
#include "llava.h"
#include "../llama.cpp/examples/llava/llava.h"
#include "../llama.cpp/examples/llava/clip.h"
#include <functional>
#include <string>
#include <vector>
Expand Down

0 comments on commit c62bc67

Please sign in to comment.