中文(繁体)
使用C ++上的ONNX運行時進行VIT推理
brew install onnxruntime
g++ -std=c++17 -lonnxruntime main.cc -o main ./main
未測試