@@ -6,6 +6,7 @@ Before we start, please make sure you have downloaded the models:
66
77``` bash
88huggingface-cli download Qwen/Qwen2-0.5B-Instruct-MLX
9+ huggingface-cli download Qwen/Qwen2-1.5B-Instruct-MLX
910huggingface-cli download Qwen/Qwen2-7B-Instruct-MLX
1011```
1112
@@ -47,6 +48,7 @@ You should pass all tests for this task by running:
4748``` bash
4849# Download the models if you haven't done so
4950huggingface-cli download Qwen/Qwen2-0.5B-Instruct-MLX
51+ huggingface-cli download Qwen/Qwen2-1.5B-Instruct-MLX
5052huggingface-cli download Qwen/Qwen2-7B-Instruct-MLX
5153# Run the tests
5254pdm run test --week 1 --day 5 -- -k task_1
@@ -88,6 +90,7 @@ You should pass all tests for this task by running:
8890``` bash
8991# Download the models if you haven't done so; we need to tokenizers
9092huggingface-cli download Qwen/Qwen2-0.5B-Instruct-MLX
93+ huggingface-cli download Qwen/Qwen2-1.5B-Instruct-MLX
9194huggingface-cli download Qwen/Qwen2-7B-Instruct-MLX
9295# Run the tests
9396pdm run test --week 1 --day 5 -- -k task_2
@@ -152,6 +155,7 @@ You should pass all tests for this task by running:
152155``` bash
153156# Download the models if you haven't done so
154157huggingface-cli download Qwen/Qwen2-0.5B-Instruct-MLX
158+ huggingface-cli download Qwen/Qwen2-1.5B-Instruct-MLX
155159huggingface-cli download Qwen/Qwen2-7B-Instruct-MLX
156160# Run the tests
157161pdm run test --week 1 --day 5 -- -k task_3
0 commit comments