-
### 🐛 Describe the bug
Hi, I was testing FlexAttention by comparing its output with that of `nn.MultiheadAttention` and `torch.nn.functional.scaled_dot_product_attention`. In the end, I tracked down …
-
I have a ~1.5TiB, ~1.7k files parquet dataset with an additional `_metadata.parquet` file containing metadata of all row groups. The `_metadata` file was written with the mechanism described in the [d…
-
In FlagEmbedding, hard negative mining is extracted based on ranking. (FlagEmbedding/baai_general_embedding/finetune/hn_mine.py) Is there a code that does hard negative mining based on similarity scor…
-
### Problem
Nvim crashes probably when trying to show documentation for `nvim_cmd`:
![image](https://github.com/user-attachments/assets/67af0104-564b-4edc-91ef-18edce14a476)
```cpp
#0 0x000…
-
# Bug report
### Bug description:
When configured with a short option that requires an argument, and an input commandline has the option argument at the same argv item, argparse deletes initial '=' …
-
Hello, I would like to see which specific exons undergo alternative splicing for these genes. Taking SE.MATS.JCEC as an example, I’m currently using the Ensembl website to examine all transcripts of t…
-
../xfuser/model_executor/layers/attention_processor.py", line 102, in apply_rotary_emb
[rank1]: out = (x.float() * cos + x_rotated.float() * sin).to(x.dtype)
[rank1]: RuntimeError: The size of t…
-
Hello,
with help of this library i've created simple script to validate conf files:
```
import addonfactory_splunk_conf_parser_lib as conf_parser
import os
import argparse
def check_syntax(…
-
```Rust
use source2_demo::prelude::*;
#[derive(Default)]
struct HeroUpgradeBits { }
#[observer]
impl HeroUpgradeBits {
#[on_entity]
fn handle_entities(&mut self, ctx: &Context, enti…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…