Mateusz U

Results 12 comments of Mateusz U

@JStika Good point, added a note on the requirements here: https://github.com/mateusz/silverstripe-frontend#pulling-in-the-requirements, thanks! Regarding the templates, should be an easy job, no need to overwrite the source code! You are almost...

Ah yeah, and the naming is like that because I thought there would be other SilverStripe-related widgets that would be useful in the frontend, so I didn't want to restrict...

Ajaxify seems to do something else: it replaces entire page, instead of fetching just the necessary snippet? So there is no potential to hook up PJAX, and also all DOM...

Might be a bigger effort, Silero TTS and Whisper STT extensions don't work (although I'm not sure if gradio upgrade is really the culprit here).

I swear it was working an hour ago :) Something in the dependencies I guess?

Bumping gradio to 3.28.3 and reinstalling from scratch works for me (I haven't tried to force-upgrade).

Same issue here - running from Fargate, using google-auth 2.23.3. Thanks @tomwphillips for the workaround - works well. Please note in my case the reported error was `OSError: [Errno 22]...

The following seems to work for me: ```bash # ... as before cd GPTQ-for-LLaMa pip install -r requirements.txt # Add the following line: conda install -c conda-forge cudatoolkit-dev python setup_cuda.py...

Thanks for prompt review - all fixed, good to review again.

Ha, missed that. Thanks for catching :-) How about now?