Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 14, 2024
1 parent 0bddfba commit 1b2da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/py_vlm_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <pybind11/functional.h>
#include "openvino/genai/visual_image/vlm_pipeline.hpp"
#include "openvino/genai/visual_language/vlm_pipeline.hpp"
#include "../cpp/src/tokenizers_path.hpp"
#include "./utils.hpp"

Expand Down

0 comments on commit 1b2da2d

Please sign in to comment.