Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct semantic error in import_vars (ggerganov#355)
* Hide unavailable backends & Add tooltip over backend count Hides unavailable backends from the user and if the program is launched without any backends made, it shows an error message to them stating no backends were found and to make them using the 'make' command Add tooltip when hovering over backend count label hovering over the new label that shows the backend count will explain what the numbers are, and show the users which backends are not available or built * add some code comments * hide "missing" if all are built move tooltip functions to helper functions section. hides the string "Missing: ..." from showing if all backends are available " if len(runopts)==6 else + " * small typo fix * remove wrongly added leftover device choosing code * fix labels * move tooltip to function * import vars logic fix --------- Co-authored-by: Concedo <39025047+LostRuins@users.noreply.github.com>
- Loading branch information