Skip to content

Commit 282fd42

Browse files
author
wangxudong
committed
style(nn): fix include order in qwen3vl_model.cc to satisfy clang-format
1 parent 7b40ebb commit 282fd42

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/nn/device/sophon/qwen3vl/qwen3vl_model.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
#include <cstring>
66
#include <fstream>
77
#include <iostream>
8-
#include <stdexcept>
9-
108
#include <nlohmann/json.hpp>
9+
#include <stdexcept>
1110

1211
#include "bmlib_runtime.h"
1312
#include "bmruntime_interface.h"

0 commit comments

Comments
 (0)