mv qwen.hpp -> qwenvl.hpp

This commit is contained in:
leejet 2025-09-21 17:21:56 +08:00
parent fe4e73156f
commit d8d4c268dc

View File

@ -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__