-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue install the library #3
Comments
Not sure about windows, this was built with linux or osx in mind. But if your docker container has linux on it, pip install should work fine. Beyond pip install, how would the docker image be useful? |
luiscape
pushed a commit
to luiscape/pytorch-lightning
that referenced
this issue
Jan 17, 2020
awaelchli
pushed a commit
that referenced
this issue
Oct 18, 2021
This was referenced Oct 25, 2021
Merged
rohitgr7
pushed a commit
that referenced
this issue
Sep 29, 2022
abhilash1910
added a commit
to abhilash1910/lightning
that referenced
this issue
Jun 25, 2023
pujaltes
pushed a commit
to pujaltes/pytorch-lightning
that referenced
this issue
Apr 9, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci update typos and bug fixes [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci xpu seeding PR1 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci add seeding for pytorch utilities mp_fabric xpu forking xpu multiprocess pytorch add header for xpu rename change to lightning.pytorch [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Teardown from lightning-xpu (from #PR- 3) From Lightning-AI#3 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci add torch.xpu.stream to ddp update docs [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci update _LIGHTNING_XPU_AVAILABLE to _lightning_xpu_available correct fabric imports.py 1. remove xpu.py from _graveyard 2. correct _lightning_xpu_available() usage fix _try_import function not defined issue in fabric add docs [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
pujaltes
pushed a commit
to pujaltes/pytorch-lightning
that referenced
this issue
May 16, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci update typos and bug fixes [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci xpu seeding PR1 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci add seeding for pytorch utilities mp_fabric xpu forking xpu multiprocess pytorch add header for xpu rename change to lightning.pytorch [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Teardown from lightning-xpu (from #PR- 3) From Lightning-AI#3 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci add torch.xpu.stream to ddp update docs [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci update _LIGHTNING_XPU_AVAILABLE to _lightning_xpu_available correct fabric imports.py 1. remove xpu.py from _graveyard 2. correct _lightning_xpu_available() usage fix _try_import function not defined issue in fabric add docs [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci fix circle import issue update pytorch trainer connector [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci correct usage in multiprocessing Fix precision device [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci update warning format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I wanted to give this library a try, so I did
pip install pytorch-lightning
, which gave the following errorSo I went to the
pytorch.org
, and got the following set of commands to install pytorch on my systemThe first command generated an error
Now the only option for me is install pytorch from source code. I was wonder if we can provide the pytorch-lighting as a docker image. We provide a template docker file for people to only provide the path for the
test_python.py
file. Is it a viable option?My system: Windows 7, 32-bit, Python 3.7
The text was updated successfully, but these errors were encountered: