Update README.md

This commit is contained in:
RhymesAI 2024-10-21 09:10:10 +00:00 committed by system
parent 74c2f275ff
commit 8cc1c5cc11
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -77,9 +77,9 @@ library_name: diffusers
# Quick start
1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
2. Install the necessary requirements.
a. Ensure Python >= 3.10, PyTorch >= 2.4, CUDA >= 12.4. For details, see [requirements.txt](https://github.com/rhymes-ai/Allegro/blob/main/requirements.txt).
b. It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example.
2. Install the necessary requirements.
a. Ensure Python >= 3.10, PyTorch >= 2.4, CUDA >= 12.4. For details, see [requirements.txt](https://github.com/rhymes-ai/Allegro/blob/main/requirements.txt).
b. It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example.
3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro).
4. Run inference.
```python