File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55
55
git clone --single-branch --depth 1 --branch r24.08 https://github.com/triton-inference-server/core
56
56
git clone --single-branch --depth 1 --branch r24.08 https://github.com/triton-inference-server/developer_tools
57
57
58
- cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
58
+ # cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
59
59
60
60
./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./output1/ -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
61
+
61
62
echo AFTER CLI
62
63
63
64
mkdir -p bin/x64/Release/net8.0
You can’t perform that action at this time.
0 commit comments