Skip to content

Commit

Permalink
Add metal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Jul 4, 2024
1 parent 69a8d42 commit a725932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
fi
if [ "$MODULE" == "metal" ]; then
pip install mlx-lm
fi
pip install "llama-cpp-python==0.2.77"
pip install transformers
pip install attrdict
Expand Down

0 comments on commit a725932

Please sign in to comment.