ryanolee

Results 20 comments of ryanolee

Probably a bit of a mute point at this stage but for anyone else looking you should be able to resolve this by passing the PearlX flag to the parser:...

As a heads up the underlying build mechanism for this library has been deprecated if you are using the components CLI @mbaquerizo @tanuj-g @pomSense. Given the build machine for this...

Just to note seems like serverless-components themselves are no longer directly supported by serverless :thinking: https://github.com/serverless/components

I think I might be know what is happening in most of the cases with this @spencerchang @mstys . Did you have a browser tab open with the app left...

We ran into this on our CI pipeline. Looks like it could be an intermittent / network issue however @garycourt as it seems to be working for us now :eyes:

Not a maintainer unfortunately @germanamz. In the mean time you can use https://github.com/evolv-ai/serverless-offline-edge-lambda which offers similar functionality independently :thinking:

It might be worth trying to predict how much memory each model is going to take up before trying to load it onto GPU. Given we have so many different...

Translation is normally limited by the translation service you are using. If you are not using the offline modes everything gets sent over the network to an external API meaning...

Just to note this issue has been discussed about extensively in [this video](https://www.youtube.com/watch?v=gsJ4KM8rhSw) in the event there is a sudden influx of interest / engagement with it.

There are some minor issues building on QEMU specifically @bstadlbauer @jacobtomlinson (Currently used in CI) https://github.com/dask/dask-docker/commit/f82d231e95b4886b93dc1104815a36312353f708 Mainly that builds will currently hang forever if you do not build on a...