We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c33a35 commit ee84b4fCopy full SHA for ee84b4f
.github/workflows/test.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Update Rust
87
run: rustup update
88
- name: Install uv
89
- run: cargo install --locked uv
+ run: curl -LsSf https://astral.sh/uv/install.sh | sh
90
- name: Download Llama
91
working-directory: examples/llama
92
run: uv run --script setup/setup.py
0 commit comments