Phan Tuấn Anh

Results 117 comments of Phan Tuấn Anh

> I can confirm that it only works load_in_8bit=False me too, but now it cannot fit into colab free t4 gpu

any update? i'm getting the same error, running on google colab gpu

sorry for being late ffmpeg can automatically detect types of hardware acceleration with: ``` ffmpeg -hwaccel auto ``` also i suggest to add `-hide_banner` to hide more ffmpeg verbosity

also on low VRAM + long video, `ffmpeg -hwaccel cuda` may cause cuda out-of-memory, you should consider adding `torch.cuda.empty_cache()` after `start_processing()`

@towel did you manage to get `faster-whisper` working on AMD ?

check out my demo https://huggingface.co/spaces/doof-ferb/MatchaTTS_ngngngan

how do you search for windows class name? i tried winlister, got "Chrome_WidgetWin_1", modified `SUBLIME_PATH\Data\Packages\SendCode\code_sender\winauto.py` but it doesn't work

you try this sublimetext plugin: https://github.com/randy3k/Terminus you have to manually add R console though

eventhough i just found out this package, i'm excited to know that it is still maintained 😍, others typing packages are completely halted, the R community seems to have no...

better isolate environments with `venv` or `conda`, install many projects in same environment likely fails