Danielius

Results 31 comments of Danielius

Really excited for it! I think even without a search engine implementation people would use it, though examples wouldn't hurt! Also, btw, someone did a simple search engine implementation already...

> Blenderbot2 is obsolete now. See Seeker https://parl.ai/projects/seeker/ > > Unfortunately, these conversational AIs seems to be a combination bunch of models and/or APIs, so I understand that they enter...

So did anyone dig into it? Is it doable? I see people wanting a speed increase (me including), i.e. #4257. ONNX does that perfectly, plus gives chance reusability in other...

I've got similar error: Error ```Shell Traceback (most recent call last): File "C:\Users\carro\Documents\Unity Projects\Tests\SeekerTest\Assets\Scripts\Blenderbot3\bb3.py", line 27, in instance.run() File "C:\Users\carro\Documents\Unity Projects\Tests\SeekerTest\Assets\Scripts\Blenderbot3\bb3.py", line 15, in run self.chatServiceRunner = ChatServiceRunner(mydir) File "C:\Users\carro\Documents\Unity...

Perhaps related to #4731 ?

Hi, Same problem. SeeKeR won't change GRAM on Windows 10, I'm checking with `gpustat --watch` Tried both `no_cuda: True` and `no_cuda: False` Edit: `gpustat` returns `[0] NVIDIA GeForce GTX 1080...

This is also bugging me. So annoying to see them, feels like the app is buggy when you can see only some lines but not all of them. At least...

Observing similar behavior. Probably google throws a captcha?

@jundymek - Sorry, forgot to mention - due to compatibility I've got a python version limitation, mine is V3.7.9. Also I should probably mention that it's an embedded python version...

Sorry for inconvenience, but I found the problem. I was trying to use `__check_if_proxy_is_working` function, which apparently is hidden. Perhaps because of weirdness in the loading of PythonEngine within my...