-
Running the following code on a machine with many cores will give worse performances than limiting the number of threads.
```python
import numpy as np
X = np.random.random_sample((2048, 2048))
%ti…
-
### Description
This is a follow-up to #6981
# Summary of #6981
Our [organization](https://github.com/momentohq) publishes networked client software in multiple languages. For our python clien…
-
## 🐛 Bug
It seems that `torch.lobpcg` (https://pytorch.org/docs/stable/torch.html?highlight=lobpcg#torch.lobpcg) just always breaks when trying to take gradients via `backward`.
## To Reproduce
…
-
I'm running Unsloth to fine tune LORA the Instruct model on llama3-8b .
1: I merge the model with the LORA adapter into safetensors
2: Running inference in python both with the merged model direct…
-
### What happened?
Several times a day while working on tests run with Selenium the page source for a test which has been passing all day long (and for which neither the test code nor the server co…
-
Hello,
First of all, thanks a lot for the library. I was playing with it a bit to get to know how to use it, and I noticed that the SWP can change quite a lot from one call of `small_world_propensi…
-
Hi Matt,
For an EU project, we used QSIprep 12 with a FSL 6.0.4 patch to allow running movement by susceptibility correction with eddy_cuda9.1
I am trying to reconstruct all processing steps, but …
-
I'd like to propose adding support for individual/unit-to-unit calls on EDACS.
The format for EA systems appears to be as follows:
```
mt1 = 0x10
mt2 = 0x10 for analog, 0x14 for ProVoice
lcn …
-
Hello,
I'm not sure if it's a bug or if i misunderstood something, but i came accross some strange behaviour when I tried to have a distributed slack bus on a grid.
Basically here is what I did:…
-
Thanks a lot for developing such a promising tool for modeling previously unsolved protein structures!
I have several questions regarding the notebook and few questions about the performances after l…