Rehan Shah

Results 3 comments of Rehan Shah

fix is removing data-[disabled]:pointer-events-none and data-[disabled]:opacity-50 class . Should work now

@mzbac Hi, I was planning to implement something like this ```python encoded_prompt = mx.array(tokenizer.encode(prompt)) tokens = [] for (token, _prob) , n in zip(generate_step(encoded_prompt, model , temp = temp,repetition_penalty =...