Safetensors
English
Chinese
custom_code
YuanLiuuuuuu commited on
Commit
08a2dfd
·
verified ·
1 Parent(s): 89b97e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -35,6 +35,17 @@ We are excited to release the latest update of WePOINTS series, namely POINTS1.5
35
  </div>
36
 
37
 
 
 
 
 
 
 
 
 
 
 
 
38
  ### How to use POINTS1.5?
39
 
40
  ```python
 
35
  </div>
36
 
37
 
38
+ ### Prepare the environment
39
+
40
+ ```bash
41
+ pip install torch>=2.4.1
42
+ pip install transformers>=4.46.3
43
+ git clone https://github.com/WePOINTS/WePOINTS.git
44
+ cd WePOINTS
45
+ pip install -e .
46
+ ```
47
+
48
+
49
  ### How to use POINTS1.5?
50
 
51
  ```python