From d8d4c268dc337999082ed0cb5bc6e48ba76b7bb7 Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 21 Sep 2025 17:21:56 +0800 Subject: [PATCH] mv qwen.hpp -> qwenvl.hpp --- qwen.hpp => qwenvl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename qwen.hpp => qwenvl.hpp (99%) diff --git a/qwen.hpp b/qwenvl.hpp similarity index 99% rename from qwen.hpp rename to qwenvl.hpp index 45611c8..46ae7f7 100644 --- a/qwen.hpp +++ b/qwenvl.hpp @@ -1,5 +1,5 @@ -#ifndef __QWEN_HPP__ -#define __QWEN_HPP__ +#ifndef __QWENVL_HPP__ +#define __QWENVL_HPP__ #include "ggml_extend.hpp" @@ -729,4 +729,4 @@ namespace Qwen { }; // Qwen -#endif // __QWEN_HPP__ +#endif // __QWENVL_HPP__