botbw
botbw
> Thank you for the interest! I will check the code on this afternoon Hi, those commits are just simple hacks to run the code. Most of the errors are...
> Thanks for the contribution! I have only one question: why did you add this check in the `predict(x)` method? > > ``` > if isinstance(x, list): > x =...
> Can I ask for what do you use the repo? Just for curiosity. > > Can you provide me the test code? Because I checked the codebase and it...
It seems `experimental_config` is still needed when using `torch==2.3.0`
> I was able to analyze the trace through https://ui.perfetto.dev/ (with native acceleration) on chrome (didn't work on firefox) This app works for me ;)
Nice work! Could you please provide some readings/explanations regarding this implementation?
> > Nice work! Could you please provide some readings/explanations regarding this implementation? > > This is an original work but the ideas are fairly well-known. Perhaps the closest implementation...
hi did you manage to solve this issue?
> > hi did you manage to solve this issue? > > I manually add the tokens before the running step, but maybe the final result would be a little...
> Currently we only support up to two groups. When I have more time, I will update the tool to support more groups. I will also update the Python function...