Max Sveshnikov

Results 8 comments of Max Sveshnikov

Hi guys, I think I implemented endless loading quite well here: https://github.com/msveshnikov/swiper/blob/master/src/App.js Demo: https://swiper.ml/

Please, any news here?

Connection is solvable via proxy, but then you will get pydantic errors everywhere because Mistral is producing wrong json

I have similar problem with arm64 GCE t2a instance. Instead of 8 CPUs only 4 are used.

I found a workaround - recreate model from Modelfile with num_thread parameter. Set it to real number of CPU, then all used and perf is 2x

You do support width&height in REST API, but in prodia-js wrapper I got 400 (without aspect_ratio)

Doesn't work randomly, ruined my production :( Copies only ~20 files of React app then silently quits. I tried all versions, from 0.5.3 to 0.9

My configuration for static React via nginx: - name: Deploy uses: appleboy/[email protected] with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} source: "build" target: "/var/www/tales-staging" strip_components:...