Alper Celik
Alper Celik
hi @like996 Any luck?
Hi @TobiasPol Any luck? I would be interested in this as well.
I'm not so sure if we can with certanity, I have a tiny pdb that I've been using to understand the code in greater depth, seems like the reduction in...
may I ask where you got this table? I was thinking more along the lines of getting closest atom to each vertex on the processed mesh, then it's just a...
@TobiasPol Ok, following the authors' lead, here is a small snippet that finds the n closest amino acids. If you can verify this using your data I would be grateful...
I'm getting the same error message when I try to load from huggingface ```python import torch from transformers import pipeline from transformers import AutoModel, AutoTokenizer model_id = "unsloth/mistral-7b-instruct-v0.2-bnb-4bit" model=AutoModel.from_pretrained(model_id, cache_dir=".").to("cpu")...