How to use BAAI/AquilaSQL-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BAAI/AquilaSQL-7B", trust_remote_code=True, dtype="auto")
What is a pickle import?