sometimesanotion commited on
Commit
9c7cb33
·
verified ·
1 Parent(s): 0048610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ Lamarck 0.6 hit a whole new level of toolchain-automated complexity with its mul
38
  - **Highly targeted weight/density gradients for every 2-4 layers**
39
  - **Finalization through SLERP merges recombining the separate branches**
40
 
41
- This approach selectively merges the strongest aspects of its ancestors. Lamarck v0.6 is my most complex merge to date. The LORA extractions alone pushed my hardware enough to be the building's sole source of heat for several winter days! By comparison, the SLERP merge below which finalized it was a simple step.
42
 
43
  ```yaml
44
  ---
 
38
  - **Highly targeted weight/density gradients for every 2-4 layers**
39
  - **Finalization through SLERP merges recombining the separate branches**
40
 
41
+ This approach selectively merges the strongest aspects of its ancestors. Lamarck v0.6 is my most complex merge to date. The LoRA extractions alone pushed my hardware enough to be the building's sole source of heat for several winter days! By comparison, the SLERP merge below which finalized it was a simple step.
42
 
43
  ```yaml
44
  ---