-
I did
```
conda create --name test_nlp_link_env pip python=3.10
conda activate test_nlp_link_env
pip install nlp-link
```
and it took quite a while since I got a huge list of boto3 installs , …
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a feature unr…
-
raise NotImplementedError(msg)
NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs:
query : shape=(40, 1564, 1, 64) (torch.float32)
key …
-
## Expected Behavior
If it was possible, to reduce the time of the method `GetBulkStateAsync` lower than 10 ms.
## Actual Behavior
The current operation takes about `64 ms` to read four key…
-
**Problem Description**
When editing 3D Gaussian Splatting point clouds, it's often necessary to remove scattered points near the main object (e.g., a sculpture) and isolated fragments far from the m…
-
#### Problem
In the `Blockstore`, we have a column called `index`. The `index` column is used for tracking which shreds we have / haven't received for any given slot. The data structure to track this…
-
I urgently need access to high-performance GPUs to speed up training the model on large datasets. This will help me achieve real-time detection capabilities, making sure the project stays on schedule.
-
We can define folds for `Seq` more efficiently. See thread starting https://github.com/haskell/containers/issues/1016#issuecomment-2336465956 and in particular the code by treeowl in https://github.co…
-
Full-text searches are currently implemented using wildcards; this approach is slow, although it may be faster than the Django version was. Full-text search should be made more efficient.
PostgreSQL'…
-
[P3439R0](https://wg21.link/p3439r0) Chained comparisons: Safe, correct, efficient (Herb Sutter)