Nathan Siemers
Nathan Siemers
btw, removing the offset parameter in the glm_gp call doesn't change anything.
In diffusers' stable diffusion, a recent upgrade started giving me this error. I had to remove torch calls that requested fp16 torch_dtype=torch.float16, revision="fp16"
I tested removal of the import calls in init.py and one other file, and tracer loaded correctly, but haven't made a test run.
I've spent several days working on a pull request. I removed the Bio Alphabet dependencies and changed the creating of the Seq objects to remove dependencies on Bio Alphabet IUPAC....
I think the untraceability of the error is due to the Bio Alphabet embedding in the pkl test data reference files in directories like this: https://github.com/Teichlab/tracer/tree/master/test_data/results/cell2/unfiltered_TCR_seqs If that's true then...