__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# SPDX-FileCopyrightText: 2023 Jean-Baptiste Mardelle <jb@kdenlive.org>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
import sys
import subprocess
import torch
if torch.cuda.is_available() and torch.cuda.device_count() > 0:
for i in range(torch.cuda.device_count()):
print ('cuda:' + str(i) + '#' + torch.cuda.get_device_name(i))
print ('cpu')
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| checkgpu.py | File | 386 B | 0644 |
|
| checkpackages.py | File | 1.85 KB | 0644 |
|
| otiointerface.py | File | 1.13 KB | 0644 |
|
| speech.py | File | 1.98 KB | 0644 |
|
| speechtotext.py | File | 1.74 KB | 0644 |
|
| whispertosrt.py | File | 1.52 KB | 0644 |
|
| whispertotext.py | File | 2.93 KB | 0644 |
|