--- language: - en tags: - meta-ai - meta-pytorch license: fair-noncommercial-research-license license-link: https://huggingface.co/facebook/fair-noncommercial-research-license --- # Code World Model (CWM) This repository contains the MLX conversion of [CWM](https://huggingface.co/facebook/cwm) with an 6bit quantization. ```bash mlx_lm.generate --model . --prompt "hello" ========== Okay, the user just said "hello". I need to respond in a friendly way. Maybe I can ask how they're doing or if there's something I can help them with. Let me think of a few options. I could say "Hello! How are you today?" or "Hi! Is there something I can help you with?" or maybe just "Hi! What's up?" I should choose something that's welcoming and shows I'm ready to chat. Hello! How ========== Prompt: 14 tokens, 16.935 tokens-per-sec Generation: 100 tokens, 12.865 tokens-per-sec Peak memory: 26.551 GB ```