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 4a16bc5 commit e4c97acCopy full SHA for e4c97ac
.lightning/workflows/benchmark.yml
@@ -69,7 +69,7 @@ run: |
69
export UV_TORCH_BACKEND=cu${CUDA_VERSION_MM}
70
71
# Adjust tests
72
- pip install -U -q -r .actions/requirements.txt
+ uv pip install -q -r .actions/requirements.txt
73
python .actions/assistant.py copy_replace_imports --source_dir="./tests" \
74
--source_import="lightning.fabric,lightning.pytorch" \
75
--target_import="lightning_fabric,pytorch_lightning"
0 commit comments