Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,10 @@ This library provides all codes and libraries used in the paper: https://arxiv.o
|
|
| 13 |
|
| 14 |
# Installation and Examples
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Install directly from GitHub:
|
| 17 |
```
|
| 18 |
pip install git+https://github.com/lamm-mit/GraphReasoning
|
|
|
|
| 13 |
|
| 14 |
# Installation and Examples
|
| 15 |
|
| 16 |
+
Install X-LoRA:
|
| 17 |
+
```
|
| 18 |
+
pip install git+https://github.com/EricLBuehler/xlora.git
|
| 19 |
+
```
|
| 20 |
Install directly from GitHub:
|
| 21 |
```
|
| 22 |
pip install git+https://github.com/lamm-mit/GraphReasoning
|