Commit
·
f4de30a
1
Parent(s):
0bd28fd
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,9 @@ pipeline_tag: graph-ml
|
|
| 14 |
---
|
| 15 |
|
| 16 |
```
|
| 17 |
-
pip install transformers gradio rdkit torch
|
|
|
|
|
|
|
| 18 |
```
|
| 19 |
|
| 20 |
```python
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
```
|
| 17 |
+
pip install transformers gradio rdkit torch
|
| 18 |
+
|
| 19 |
+
pip install torch_scatter torch_sparse torch_geometric
|
| 20 |
```
|
| 21 |
|
| 22 |
```python
|