Pārlūkot izejas kodu

Update ONNX script

Lutz Roeder 3 gadi atpakaļ
vecāks
revīzija
d24fbf8ee0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tools/onnx

+ 1 - 1
tools/onnx

@@ -34,7 +34,7 @@ sync() {
     git submodule update --quiet --init --recursive
     popd > /dev/null
     mkdir -p "./third_party/source/onnxruntime/core/flatbuffers/schema"
-    curl --silent --location --output "./third_party/source/onnxruntime/core/flatbuffers/schema/ort.fbs" "https://github.com/microsoft/onnxruntime/blob/master/onnxruntime/core/flatbuffers/schema/ort.fbs?raw=true"
+    curl --silent --location --output "./third_party/source/onnxruntime/core/flatbuffers/schema/ort.fbs" "https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/flatbuffers/schema/ort.fbs?raw=true"
 }
 
 install() {