zuminghuang commited on
Commit
4a56f82
·
verified ·
1 Parent(s): b62196d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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