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 fe39e70 commit a5b6297Copy full SHA for a5b6297
.github/workflows/main_distributed.yaml
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
21
uses: actions/setup-python@v2
22
with:
23
- python-version: 3.8
+ python-version: 3.9
24
- name: Install PyTorch
25
uses: astral-sh/setup-uv@v6
26
- name: Run Tests
0 commit comments