How to use JungleGym/TimeLens-7B-mlx-4Bit with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("JungleGym/TimeLens-7B-mlx-4Bit") model = AutoModelForImageTextToText.from_pretrained("JungleGym/TimeLens-7B-mlx-4Bit")
How to use JungleGym/TimeLens-7B-mlx-4Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir TimeLens-7B-mlx-4Bit JungleGym/TimeLens-7B-mlx-4Bit
The community tab is the place to discuss and collaborate with the HF community!