How to use star-ksh/llama-3-8b-python-testcase-CoT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("star-ksh/llama-3-8b-python-testcase-CoT", dtype="auto")