RhymesAI commited on
Commit
8cc1c5c
1 Parent(s): 74c2f27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -77,9 +77,9 @@ library_name: diffusers
77
 
78
  # Quick start
79
  1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
80
- 2. Install the necessary requirements.
81
- 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).
82
- b. It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example.
83
  3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro).
84
  4. Run inference.
85
  ```python
 
77
 
78
  # Quick start
79
  1. Download the [Allegro GitHub code](https://github.com/rhymes-ai/Allegro).
80
+ 2. Install the necessary requirements.
81
+ 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).
82
+ b. It is recommended to use Anaconda to create a new environment (Python >= 3.10) to run the following example.
83
  3. Download the [Allegro model weights](https://huggingface.co/rhymes-ai/Allegro).
84
  4. Run inference.
85
  ```python