mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 21:01:26 +02:00
Update README.md (#473)
first git clone the repo then pip install requirements
This commit is contained in:
parent
7c9a33b7a3
commit
270d1ca495
|
|
@ -174,13 +174,13 @@ For CUDA 12.1, you can install the dependencies with the following commands. Oth
|
|||
conda create -n opensora python=3.9
|
||||
conda activate opensora
|
||||
|
||||
# install torch, torchvision and xformers
|
||||
pip install -r requirements/requirements-cu121.txt
|
||||
|
||||
# download the repo
|
||||
git clone https://github.com/hpcaitech/Open-Sora
|
||||
cd Open-Sora
|
||||
|
||||
# install torch, torchvision and xformers
|
||||
pip install -r requirements/requirements-cu121.txt
|
||||
|
||||
# the default installation is for inference only
|
||||
pip install -v . # for development mode, `pip install -v -e .`
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue