Skip to content

Commit 1a63c8e

Browse files
sweetbbakrecursiveGecko
authored andcommitted
fix invalid token causing onnxruntime not to build
1 parent b7456c1 commit 1a63c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onnxruntime.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub const OnnxInstance = struct {
175175
self.ort_outputs = outputs;
176176
}
177177

178-
/// Create a tensor backed by a user supplied buffer.
178+
/// Create a tensor backed by a user supplied buffer.
179179
pub fn createTensorWithDataAsOrtValue(
180180
self: *Self,
181181
comptime T: type,

0 commit comments

Comments
 (0)