YuanLiuuuuuu
commited on
Update README.md
Browse files
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
|