[LLM:Bugfix] Bugfix reranker demo compile failed on windows.

This commit is contained in:
wangzhaode 2025-08-13 11:23:52 +08:00
parent b58d3f49a8
commit 279e8a3ab8
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
- 'source/**'
- 'express/**'
- 'test/**'
- 'transformers/llm/engine/**'
- '.github/workflows/windows.yml'
pull_request:
branches: [master]

View File

@ -7,6 +7,7 @@
#include "llm/reranker.hpp"
#include <stdlib.h>
#include <chrono>
using namespace MNN::Transformer;