Mike Lissner

Results 1710 comments of Mike Lissner

Once this is done, we can land the 4.1 documentation.

> likely using the same cache duration. Can we use the same cache key too? > the counts are approximate With the result count, we were able to say "About...

I'm still hanging back waiting for y'all to ping me for a look. Let me know when it's a good time!

Interesting. A new Django app for this model? That feels....complicated? I know the current app is quite big, but an app for a single model feels weird — or did...

Oh, right, that makes a lot more sense!

Interesting research, thanks Alberto. I didn't realize that we can use CPUs for the queries. That's great news. > Do we have an idea of how often we want to...

Can you shed any light on how GPUs perform batching, @legaltextai?

I'm trying to understand how the GPU performs. Alberto said that it needs batches to use SIMD, so I'm trying to understand how that works.

>> Generally, I think your architecture looks good, but I think my hope would be to do it all synchronously: > Do you mean that we may avoid using Celery...