Add native LLM core foundation (#24712)
This commit is contained in:
parent
dc7d665e94
commit
5bb7b23440
144 changed files with 17052 additions and 2 deletions
|
|
@ -35,6 +35,7 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "catalog:",
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"@webgpu/types": "0.1.54",
|
||||
"typescript": "catalog:",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"allowJs": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"types": ["vite/client", "@webgpu/types"],
|
||||
"types": ["vite/client", "@webgpu/types", "bun"],
|
||||
"isolatedModules": true,
|
||||
"paths": {
|
||||
"~/*": ["./src/*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue