Skip to content
Snippets Groups Projects
Commit dd72dec3 authored by Andres Marafioti's avatar Andres Marafioti
Browse files

make mlx initialization faster

parent a3bc53b6
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class MLXLanguageModelHandler(BaseHandler):
def warmup(self):
logger.info(f"Warming up {self.__class__.__name__}")
dummy_input_text = "Write me a poem about Machine Learning."
dummy_input_text = "Repeat the word 'home'."
dummy_chat = [{"role": self.user_role, "content": dummy_input_text}]
n_steps = 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment