vanch
vanch
https://huggingface.co/internlm/internlm-xcomposer2d5-7b-4bit/tree/main
def check_gpu_available(): """检查是否可以使用GPU加速""" system = platform.system() machine = platform.machine() # 首先检查是否是 Apple Silicon if system == 'Darwin' and machine == 'arm64': return 'videotoolbox' # 然后检查 NVIDIA GPU try: if system...
https://github.com/federicotorrielli/BetterWhisperX
Unlike facefusion, you can select models and configure various parameters.