mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 14:28:15 -05:00
...
This commit is contained in:
@@ -409,9 +409,10 @@ class DeviceInstaller():
|
||||
devices['JETSON']['found'] = True
|
||||
name = 'jetson'
|
||||
tag = f'jetson{jp_code}'
|
||||
out = try_cmd('uname -a')
|
||||
if 'tegra' in out:
|
||||
msg = 'Jetson GPU detected but not(?) compatible'
|
||||
else:
|
||||
out = try_cmd('uname -a')
|
||||
if 'tegra' in out:
|
||||
msg = 'Jetson GPU detected but not(?) compatible'
|
||||
|
||||
# ============================================================
|
||||
# ROCm
|
||||
|
||||
Reference in New Issue
Block a user