chendilinn
chendilinn
你好!在测试时发现在调用whisperx.load_model会卡大概6 7分钟。 通过添加huggingface模块日志发现huggingface指向了huggingface.co,而我访问huggingface.co会很卡,我看在代码中通过os.environ['HF_ENDPOINT'] = check_hf_mirror()设置了HF_ENDPOINT环境变量为hf-mirror.com,但是却没有生效,后面发现是因为在import whisperx的时候,huggingface就会缓存当前的环境变量HF_ENDPOINT,而此时还未执行os.environ['HF_ENDPOINT'] = check_hf_mirror(),所以在whispxer以及huggingface模块中,HF_ENDPOINT还是默认的huggingface.co。 我将import whisperx放在os.environ['HF_ENDPOINT'] = check_hf_mirror()后面测试,发现该问题未出现。 
Hello! When playing the decoded YUV data with ffplay, the display is as follows. However, when decoding the same H.264 file using ffmpeg, the resulting YUV data displays with normal...
When opening H264BSAnalyzer.exe in Windows 11, a prompt appears indicating that dynamic libraries such as MSVCR100.dll cannot be found. I downloaded the 32-bit dynamic library installer from Microsoft's official website.