Safetensors
mjbuehler commited on
Commit
919df1f
1 Parent(s): 1391929

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
- Installation, source code, API details and more examples:
 
 
 
 
 
 
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