We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9164a12 commit 084c499Copy full SHA for 084c499
.github/workflows/tritonservercppsharp.yml
@@ -60,7 +60,7 @@ jobs:
60
cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
61
62
./CppSharp/bin/Release_x64/CppSharp.CLI
63
- mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -o ./output/ -I=core/include/triton/core tritonserver.h tritonbackend.h tritoncache.h tritonrepoagent.h
+ mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -o ./output/ -I=core/include/triton/core core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
64
65
66
#DOTNETSDKVER=$(dotnet --version)
0 commit comments