-
```python
…
-
Hi devs, first, thanks for this clean & useful code base!
I'm not following this line
https://github.com/texttron/tevatron/blob/f88e0c738dd15cfe8cbc939159ef3ed29597eb5a/src/tevatron/retriever/mode…
rgdyy updated
1 month ago
-
## In pytorch
...
norm = torch.norm(x, p=2)
return x / norm
I converted this model into onnx and tried to convert to ncnn, got error "Unsupported reduction axes !"
How to pass model conversion …
-
Thank you for sharing your code and great work! I have been running the code and using the VGAE to extract features for clustering. However, I’ve noticed that the clustering results are inconsistent a…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
As a print is completed, the model's cente…
-
### System Info
While working on [GTPQModel](https://github.com/modelcloud/gptqmodel) which does gptq quantization of hf models and load each layer on to gpu, quantize, and then move layer back to …
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I have built a model with partial_fit (using the code found in the documentation). …
-
Apply in order patches:
* [attachment: 14755-reduction-cleaner.patch](https://github.com/sagemath/sage-prod/files/10657965/14755-reduction-cleaner.patch.gz)
* [attachment: 14755-renamed-function.pat…
-
Steps to reproduce:
1. `cargo new foo`
2. `cd foo`
3. `cargo add aws-lc-sys`
4. Put the following in `src/main.rs`:
```rust
use aws_lc_sys::RAND_bytes;
#[kani::proof]
fn foo() {
let mut…
-
Links to all other issues go here. (Currently covered: #1 to #31.)
- [x] #8
- [x] #12
- [x] #13
- [x] #14
- [ ] Data model redesign / tech-debt reduction
- [x] #18
- [x] #20 …