You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a small gpt-2 implementation in apple's mlx. the script loads gpt-2 weights through hugging face transformers, maps them into the mlx model, and runs cached text generation with temperature and top-k sampling.