Luca Antiga

Results 171 comments of Luca Antiga

Hi @rafie, sorry. I was building through CMake directly and not through `make -C opt build`. I started clean with ``` make -C opt fetch make -C opt build make...

I'm wondering if there are stale files somehow (in the test data or dependencies).

Hi @rafie, right, I did that. I triggered a rebuild with ssh enabled (so, still from within CircleCI, not after connecting with SSH), and the build failed with ``` basic_tests:test_run_mobilenet_multiproc...

Hi @irthomasthomas, FYI the two warnings are unrelated. The first "UserWarning: Tensor APIs are depricated and will be removed from the future release." (apart from the spelling issues that I...

Hi @dsmanl, we haven't looked into this recently as we are currently working at performance-oriented features, but it's something we'll need to solve soon. The concept of a tensor is...

Hey @guyroyse, uh! Admittedly at this point I very likely never double checked... It would be really great to have a flag in redis-cli to avoid the trailing newline, do...

Setting a model, especially on GPU, can be time-consuming. We should avoid blocking Redis during this operation, so we should consider blocking the client, kicking off a thread just for...

Hello @AlexMikhalev, thanks for raising the issue. At the present stage, beam search or greedy approaches for transformers are beyond the reach of RedisAI. The reason is that currently you...

Hi @DvirDukhan , I would close this. TFRT looks far away enough in the future.