We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a0b7 commit 5f17fcaCopy full SHA for 5f17fca
1 file changed
.github/workflows/meta_llama.yml
@@ -33,6 +33,7 @@ jobs:
33
matrix:
34
os: [ubuntu-latest, windows-latest, macos-latest]
35
python-version: ["3.10", "3.13"]
36
+ max-parallel: 3 # to avoid rate limiting
37
38
steps:
39
- name: Support longpaths
0 commit comments