Tyé Singwa

Results 4 comments of Tyé Singwa

hi! seems that i found root cause for this issue, google colab proxy does not pass data for responses with 4xx / 5xx codes (more context here https://github.com/googlecolab/colabtools/issues/3308). it just...

Thanks! Had same problem, compiled plugin on this branch, replaced plugin with this bugfix with option turned off. Do not see any freezes yet

FYI seems that i've found workaround for now, you can add to `bindings_zoo/exllama2/requirements.txt` dependency `exllamav2` manually, something like: ``` ... websockets regex exllamav2 # add here ``` And reload `exllama2`...

Hi, i've added PR to support this node https://github.com/ThanatosShinji/onnx-tool/pull/95