Rejnald Lleshi

Results 74 comments of Rejnald Lleshi

Can you try to upgrade numpy to `1.23.0`?

Looks like it happens only on Brave. Others (chrome, firefox, opera, safari) are working fine.

"Tosk Albanian" is already on the list for the "no languages left behind project". Checkout their paper [here](https://scontent-fra5-1.xx.fbcdn.net/v/t39.8562-6/292295068_402295381932691_8903854229220968087_n.pdf?_nc_cat=102&ccb=1-7&_nc_sid=ad8a9d&_nc_ohc=1Mi9YYf_09AAX_hgWSA&_nc_ht=scontent-fra5-1.xx&oh=00_AfDQlMeWp_dA6va7jxgTWXbjCuRTxrZy1rXXRNGfeAzJIw&oe=64EA5F53). They also give instructions on suggesting new languages to them. I guess...

@arnavgarg1 kind ping since its been couple of months now

**Updates** It was pointed out to me in the slack that it'd be good to provide the config file as well: ``` model_type: llm # base_model: meta-llama/Llama-2-7b-hf base_model: meta-llama/Llama-2-13b-hf model_parameters:...

@alexsherstinsky thanks for getting back I'm not getting any errors. I just want to know how to run it on a CPU device. So it's just a question. I didn't...

Hello @peter-doggart. I haven't noticed so much progress so far so I was wondering if you are still planning to maintain this project.

Well just raise an exception in that exact line, like so: `raise Exception('Generator must exist!')` But the problem is that you haven't extracted the stuff from [this](https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md#pretrained-model) step properly inside...

@adriangonz so we can limit requests, yeah. But the microservice should not become unresponsive, right? Shouldn't it be handling jobs in a way that it won't be blocked by them?

yes, it's the same issue. I have limited the request rate. But my point is that the server should ideally not become unresponsive if it gets a sudden spike in...