Won-Kyu Park

Results 97 comments of Won-Kyu Park

> What happens if the device doesn't support the requested sample rate? as you know, for this case, `SetFormat()` will be failed and we can't use the win-dshow plugin (anyway,...

Please see https://github.com/synap5e/obs-screenshot-plugin/pull/37 (based on the obs-plugintemplate work.)

this similar quick hack also working. https://github.com/wkpark/XCDYouTubeKit/commit/1dd3a6c6e852507afa0c625899a69a54a39c5497

See also PR #873 (merged), PR #876 for windows and PR #908

`--data-dir` also used for `extensions/*` dir. so we need to separate `--data-dir` and `--models-dir` as well. (for example: some forks need `--models-dir` option to share `models/*` files without sharing `extensions/*`....

`set RUN_SLOW=1` ~~~bash (venv) D:\src\transformers>python -m pytest tests\quantization\bnb\test_4bit.py ====================================================================================================== test session starts ====================================================================================================== platform win32 -- Python 3.10.11, pytest-7.4.2, pluggy-1.3.0 rootdir: D:\src\transformers configfile: pyproject.toml plugins: anyio-3.7.1, hydra-core-1.3.2, hypothesis-6.93.0, xdist-3.5.0 collected...

~~~bash (venv) D:\src\transformers>pip show transformers WARNING: Ignoring invalid distribution -afetensors (f:\webui\webui\stable-diffusion-webui\venv\lib\site-packages) WARNING: Ignoring invalid distribution -itsandbytes (f:\webui\webui\stable-diffusion-webui\venv\lib\site-packages) WARNING: Ignoring invalid distribution -orch (f:\webui\webui\stable-diffusion-webui\venv\lib\site-packages) WARNING: Ignoring invalid distribution -rotobuf (f:\webui\webui\stable-diffusion-webui\venv\lib\site-packages) Name:...

after updating accelerate, `test_serialization` test was successfully passed! ~~~bash (venv) >pip show accelerate Name: accelerate Version: 0.26.1 Summary: Accelerate Home-page: https://github.com/huggingface/accelerate Author: The HuggingFace team Author-email: [email protected] License: Apache Location:...

short test summary info for mixed_int8 test ~~~bash (venv) D:\src\transformers>python -m pytest tests\quantization\bnb\test_mixed_int8.py ====================================================================================================== test session starts ====================================================================================================== platform win32 -- Python 3.10.11, pytest-7.4.2, pluggy-1.3.0 rootdir: D:\src\transformers configfile: pyproject.toml plugins:...