How to use basilis/current_LLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("basilis/current_LLM", dtype="auto")