Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,13 @@ X-LoRA is easily applied to any HuggingFace Transformers model.
|
|
17 |
|
18 |
## X-LoRA source code
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
[https://github.com/EricLBuehler/xlora](https://github.com/EricLBuehler/xlora)
|
23 |
|
|
|
17 |
|
18 |
## X-LoRA source code
|
19 |
|
20 |
+
Install directly from source
|
21 |
+
|
22 |
+
```
|
23 |
+
pip install https://github.com/EricLBuehler/xlora.git -U
|
24 |
+
```
|
25 |
+
|
26 |
+
Further details on installation, packages with source code, API details and more examples:
|
27 |
|
28 |
[https://github.com/EricLBuehler/xlora](https://github.com/EricLBuehler/xlora)
|
29 |
|