Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ X-LoRA is easily applied to any HuggingFace Transformers model.
|
|
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:
|
|
|
20 |
Install directly from source
|
21 |
|
22 |
```
|
23 |
+
pip install git+https://github.com/EricLBuehler/xlora.git -U
|
24 |
```
|
25 |
|
26 |
Further details on installation, packages with source code, API details and more examples:
|