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.
2 parents bc6500a + ec09487 commit 63d066aCopy full SHA for 63d066a
Makefile
@@ -7,7 +7,11 @@ export SPHINX_MOCK_REQUIREMENTS=1
7
# install only Lightning Trainer packages
8
export PACKAGE_NAME=pytorch
9
10
+
11
+# In Lightning Studio, the `lightning` package comes pre-installed.
12
+# Uninstall it first to ensure the editable install works correctly.
13
setup:
14
+ uv pip uninstall lightning pytorch-lightning lightning-fabric || true
15
uv pip install -r requirements.txt \
16
-r requirements/pytorch/base.txt \
17
-r requirements/pytorch/test.txt \
0 commit comments