devon-research

Results 7 issues of devon-research

At the moment, it appears there is only support for eigenvalue problems for (real) symmetric banded matrices and not for complex Hermitian banded matrices. It seems that the most direct...

Do people think this would be appropriate / useful to include? And do people have ideas for how to make it efficient? Here is a rudimentary and inefficient but seemingly...

Seems like it would be useful. (Example: some packages use sparse matrices in their implementation internals and/or output sparse matrices; with this constructor one could easily take the output and...

### System Info I use the base Docker image pytorch/pytorch. I then run ``` pip install --upgrade pip setuptools pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 -e llama-recipes[tests,auditnlg,vllm] ``` ### Information - [X]...

triaged

If I pass an FSDP config flag to `finetuning.py`, as in e.g. ``` torchrun \ --nproc_per_node 4 \ llama-recipes/examples/finetuning.py \ --enable_fsdp \ --model_name meta-llama/Llama-2-7b-hf \ --dist_checkpoint_root_folder model_checkpoints \ --dist_checkpoint_folder fine-tuned...

triaged

### Search first - [x] I searched and no similar issues were found ### What Happened? The info entered in the "Estimated Time" field is deleted when you drag and...

### Describe the bug It seems the list of valid splits recorded by the package becomes incorrectly overwritten when using the `data_files` argument. If I run ```python from datasets import...