Use fast (#38)
* update to latest mlx swift and use fast norms * gpu usage -> memory usage
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user