How to use FlashLabs/Chroma-4B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FlashLabs/Chroma-4B", trust_remote_code=True, dtype="auto")
https://github.com/FlashLabs-Corp/FlashLabs-Chroma
https://github.com/FlashLabs-AI-Corp/FlashLabs-Chroma should work
Β· Sign up or log in to comment