Skip to content

Commit

Permalink
Merge pull request #1669 from cpcloud/fix-vllm-test-aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 25, 2024
2 parents 262b233 + 1fd82d4 commit c34c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ in

# Fails because of missing inputs on darwin
text-generation-webui = callTest ./text-generation-webui { };
vllm-wheel = callTest ./vllm-wheel { };

# Cross tests fail on darwin for some strange reason:
# ERROR: MarkupSafe-2.0.1-cp39-cp39-linux_aarch64.whl is not a supported wheel on this platform.
Expand Down Expand Up @@ -199,6 +198,7 @@ in
} // lib.optionalAttrs (stdenv.isLinux && stdenv.isx86_64) {
# x86_64-linux
pyqt6 = callTest ./pyqt6 { };
vllm-wheel = callTest ./vllm-wheel { };
} // lib.optionalAttrs (!(stdenv.isLinux && stdenv.isAarch64)) {
# x86_64-linux
# {x86_64,aarch64}-darwin
Expand Down

0 comments on commit c34c1d8

Please sign in to comment.