Update README.md
Browse files
README.md
CHANGED
|
@@ -40,6 +40,10 @@ We are excited to release Infinity-Parser2-Pro, our latest flagship document und
|
|
| 40 |
#### Pre-requisites
|
| 41 |
|
| 42 |
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
# Install PyTorch (CUDA). Find the proper version at https://pytorch.org/get-started/previous-versions based on your CUDA version.
|
| 44 |
pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 --index-url https://download.pytorch.org/whl/cu128
|
| 45 |
|
|
|
|
| 40 |
#### Pre-requisites
|
| 41 |
|
| 42 |
```bash
|
| 43 |
+
# Create a Conda environment (Optional)
|
| 44 |
+
conda create -n infinity_parser2 python=3.12
|
| 45 |
+
conda activate infinity_parser2
|
| 46 |
+
|
| 47 |
# Install PyTorch (CUDA). Find the proper version at https://pytorch.org/get-started/previous-versions based on your CUDA version.
|
| 48 |
pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 --index-url https://download.pytorch.org/whl/cu128
|
| 49 |
|