Jegor Kitškerkin

Results 20 issues of Jegor Kitškerkin

Hello! README.md example usedold aioredis, I have updated it to use redis-py. Also, the poetry extra dependency for 'redis' had aioredis and not normal redis, leading to aioredis being installed...

**Related Issue(s)**: In SentenceTransformersRanker, running ``` ranker.predict(query, documents) ``` and ``` ranker.predict_batch([query], documents) ``` gave completely different results. At line 216, similarity_scores are used instead of preds, while similarity_scores are...

topic:predictions

Hello! I do not completely understand why caching is [disabled for methods except for GET](https://github.com/long2ice/fastapi-cache/blob/820689ce9afce35c3f74d1c687925d65e9fa6799/fastapi_cache/decorator.py#L61), and if so, why is request passed as the first parameter to the function? In...

enhancement

This PR makes it possible to use async function for the key_builder (useful for example when the route function is async, and it is needed to extract the body of...

### Feature request I have noticed that it is yet impossible to have the model exported to ONNX with both graph optimization and quantization. Are there any plans to add...

# What does this PR do? Fixes #15666 Add Video Vision Transformer to transformers. This PR implements a spacetime version of the Video Vision Transformer from the original paper. I...

# What does this PR do? Fixes #15666. Reopening #20441, as I have missed the comments provided by @amyeroberts so the issue was closed by the bot. Add Video Vision...

Hello! Currently, * operator only supports matrix-matrix and matrix-vector multiplication. Are there any plans to add support for batch matrix-matrix multiplication? It would be really useful for stuff like Attention...

Hello! This PR adds broadcasted division operation (`/.`) for the Variable type. I am quite new to the codebase so any suggestions are welcome. Thanks!

Hey! A new major version of nestjs has been released. There seem to be no breaking changes related to the functionality of nest-mailman, so it is safe to use. Could...