Use fast (#38)

* update to latest mlx swift and use fast norms
* gpu usage -> memory usage
This commit is contained in:
Awni Hannun
2024-03-27 16:37:35 -07:00
committed by GitHub
parent 3314e20a24
commit 15b38cd146
4 changed files with 5 additions and 17 deletions

View File

@@ -85,7 +85,7 @@ struct ContentView: View {
.toolbar {
ToolbarItem {
Label(
"GPU Usage: \(deviceStat.gpuUsage.activeMemory.formatted(.byteCount(style: .memory)))",
"Memory Usage: \(deviceStat.gpuUsage.activeMemory.formatted(.byteCount(style: .memory)))",
systemImage: "info.circle.fill"
)
.labelStyle(.titleAndIcon)