Harsha

Results 7 issues of Harsha

Hello, I find myself needing boost-1.69.0 for a project and I am trying to follow following steps to get that version. 1. Copy the [1.69.0](https://www.boost.org/users/history/version_1_69_0.html) tar.gz to brew cache -...

Hello, Could you mention what python version is supported for this code? I tried `python3.7` and `python2.7` both gave me the following error: ``` **save_variable_list, ^ SyntaxError: invalid syntax ```...

Hello, I noticed that my process hangs at [`results = ray.get(object_refs)`](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/models/vllm_causallms.py#L220) when I use `data_parallel_size` as well as `tensor_parallel_size` for vllm models. For example, this call would hang. ``` lm_eval...

bug

Hello, I am using the following VScode version and I installed this plugin but it does not seem to work. I have the textlint installed in global and working from...

Hello, This plugin is super useful. Do you know if there is an equivalent plugin for Safari? Or any pointers on where to start?

**Describe if the Java version of BoostSRL already supports this.** BoostSRL java version has a parameter -NegPosRatio and -combine, it would be great to have support of that parameter in...

enhancement

The discretization code currently does independent discretization of test and train set. This is a problem when the test and train sets do not follow same distribution. Ideally, same bins...