Skip to content

Commit 55e7df8

Browse files
committed
chore: fix chunked prefill test imports
1 parent 24e1ad0 commit 55e7df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_mlx_chunked_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import numpy as np
21
import mlx.core as mx
2+
import numpy as np
33

44
from parallax.server.executor.mlx_executor import MLXExecutor
55
from parallax.server.request import InitialRequest, IntermediateRequest, RequestStatus

0 commit comments

Comments
 (0)