Vigneshwaran N
Vigneshwaran N
I have done disabling CSP. Now $inline$ works fine. But **double backslash \\\\(inline\\\\)** doesn't work well.
reference for double backslash: https://github.com/cben/mathdown/wiki/math-in-markdown
Can you extend it?
It is caused by latest [MR](https://github.com/EleutherAI/lm-evaluation-harness/pull/2475). [`Instance`](https://github.com/EleutherAI/lm-evaluation-harness/blob/9d36354e6422db94c374dc476c093b1495370983/lm_eval/api/instance.py#L11) does not expect `apply_chat_template` but it is provided [here](https://github.com/EleutherAI/lm-evaluation-harness/blob/9d36354e6422db94c374dc476c093b1495370983/lm_eval/api/task.py#L452)