Seungwoo Ryu

Results 3 issues of Seungwoo Ryu

Hi! Always thank you for your great codes that you provide! Anyway, there are 2 points that I can't understand. 1. Why do you use posterior mean and variance on...

When it comes to installation on Linux, `scripts/install_third_party_dependencies.sh`, which is the very first code that I should execute, does not work correctly. It shows ``` Pip subprocess error: failed CondaEnvException:...

As far as I know, the `apply_chat_template` method in `HuggingFace` isn't currently supported in `lm-evaluation-harness`. I've addressed this by adding two arguments, `is_chat_model` and `apply_template`, to the HFLM class, enabling...