Skip to content

Commit

Permalink
fix: build issues on update
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed Jan 7, 2025
1 parent 0b46014 commit cfb9d5e
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 11 deletions.
1 change: 1 addition & 0 deletions packages/ai/src/ONNXSegmentationController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type ModelType = {
name: string;
key: string;
url: string;
size: number;
opt?: Record<string, unknown>;
};

Expand Down
Loading

0 comments on commit cfb9d5e

Please sign in to comment.