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