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 6af423e commit daeb58dCopy full SHA for daeb58d
.github/workflows/minimum.yml
@@ -29,4 +29,6 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install invoke .[test]
31
- name: Test with minimum versions
32
+ env:
33
+ PYTORCH_ENABLE_MPS_FALLBACK: "1"
34
run: invoke minimum
0 commit comments