zezeze97 commited on
Commit
30d103e
·
1 Parent(s): d70255b
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Model Structure:
19
  Before running the script, install the following necessary dependencies.
20
 
21
  ```shell
22
- pip install torch transformers==4.40.0 accelerate pillow sentencepiece
23
  ```
24
  You can use the following script to predict the ConsCDL and ImgCDL for geometric diagram.
25
 
 
19
  Before running the script, install the following necessary dependencies.
20
 
21
  ```shell
22
+ pip install torch==2.4.0 transformers==4.40.0 accelerate pillow sentencepiece
23
  ```
24
  You can use the following script to predict the ConsCDL and ImgCDL for geometric diagram.
25