Skip to content

Commit

Permalink
feat: cuda, cublast, metal dedicated builds (#56)
Browse files Browse the repository at this point in the history
* feat: cuda, cublast, metal dedicated builds

* Revamped UI, Metal inference seems to work

* Reconfig build step
  • Loading branch information
louisgv committed Jul 1, 2023
1 parent 1bcebca commit 248dca1
Show file tree
Hide file tree
Showing 46 changed files with 2,895 additions and 4,325 deletions.
18 changes: 9 additions & 9 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
"tauri": "tauri"
},
"dependencies": {
"@lab/theme": "workspace:*",
"@lab/ui": "workspace:*",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-select": "1.2.2",
"@tauri-apps/api": "1.4.0",
"acorn": "8.9.0",
"acorn-jsx": "5.3.2",
"change-case": "4.1.2",
"clsx": "1.2.1",
"iconoir-react": "6.8.0",
"iconoir-react": "6.9.0",
"nanoid": "4.0.2",
"next": "13.4.6",
"next": "13.4.7",
"puro": "0.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "1.0.0",
"swr": "2.1.5"
"swr": "2.2.0"
},
"devDependencies": {
"@lab/theme": "workspace:*",
"@lab/ui": "workspace:*",
"@plasmo/config": "workspace:*",
"@plasmo/constants": "workspace:*",
"@plasmo/utils": "workspace:*",
"@tauri-apps/cli": "1.4.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
Loading

1 comment on commit 248dca1

@vercel
Copy link

@vercel vercel bot commented on 248dca1 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.