mirror of https://github.com/alibaba/MNN.git
[LLM:Bugfix] Bugfix reranker demo compile failed on windows.
This commit is contained in:
parent
b58d3f49a8
commit
279e8a3ab8
|
@ -8,6 +8,7 @@ on:
|
|||
- 'source/**'
|
||||
- 'express/**'
|
||||
- 'test/**'
|
||||
- 'transformers/llm/engine/**'
|
||||
- '.github/workflows/windows.yml'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include "llm/reranker.hpp"
|
||||
#include <stdlib.h>
|
||||
#include <chrono>
|
||||
|
||||
using namespace MNN::Transformer;
|
||||
|
||||
|
|
Loading…
Reference in New Issue