How to use oussamachaouki/llama-3-8b-chat-stackoverflow with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("oussamachaouki/llama-3-8b-chat-stackoverflow", dtype="auto")