How to use jsostmann/llama-2-7b-jostmann with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jsostmann/llama-2-7b-jostmann", dtype="auto")