中文(简体)
使用C ++上的ONNX运行时进行VIT推理
brew install onnxruntime
g++ -std=c++17 -lonnxruntime main.cc -o main ./main
未测试