teristam
teristam
It's not just a warning. In Android Studio 3.1, the project fails to compile with android.enableAapt2=false.
Hi, thanks for the reply! I ended up cracking open snakemake, and build the DAG again manually. It super hacky, but it works. It will be much better if snakemake...
> I, too, would like to do a dryrun from a python REPL, then inspect the execution plan programmatically. > > I tried parsing the output table from `--detailed-summary` option,...
Tokenization is very slow, generation is ok. The major hurdle preventing GPU usage is that this project uses the llama.cpp integration from langchain, which default to use CPU. One way...
For anyone following this issue, llama-cpp-python has released a new version with GPU support from lama.cpp. Follow the instruction there: https://github.com/abetlen/llama-cpp-python to compile with cuBLAS support
Hi, I think I can also observe a similar thing in v2.5.1:
Just some more updates on the investigation. I am using the first 100s of a recording for testing. The first 2s of data seem to look fine, but the alignment...
> I have fixed both bugs that were causing the spike holes problem. I think the spike times are correct now, can you please check it in version 3.0.2 (new...
Thank you for looking into this! However, I notice now that the result from `cluster_templates` is no longer scaled according to the amplitude of each spikes, different from what the...
Sorry, my bad. I got confused about the `get_templates` and `cluster_templates` functions.