Skip to content

Commit 6f1b9b9

Browse files
Change required_native_memory_bytes type to ByteSize (#2740)
* Change required_native_memory_bytes to ByteSize * run make --------- Co-authored-by: Max Hniebergall <[email protected]>
1 parent 553835e commit 6f1b9b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/_types/TrainedModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class TrainedModelSizeStats {
127127
/** The size of the model in bytes. */
128128
model_size_bytes: ByteSize
129129
/** The amount of memory required to load the model in bytes. */
130-
required_native_memory_bytes: integer
130+
required_native_memory_bytes: ByteSize
131131
}
132132

133133
export class TrainedModelDeploymentNodesStats {

0 commit comments

Comments
 (0)