feat: adds gpu usages stat in the toolbar (#36)

* feat: adds gpu usages stat in the toolbar
This commit is contained in:
Ashraful Islam
2024-03-25 23:29:54 +06:00
committed by GitHub
parent 452b49aef0
commit c37018d7d2
4 changed files with 74 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ struct LLMEvalApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.environment(DeviceStat())
}
}
}