muellerzr HF staff commited on
Commit
2b68830
1 Parent(s): c9e768e
Files changed (3) hide show
  1. .gitignore +1 -0
  2. accelerate.qmd +2 -1
  3. index.html +2 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ /.quarto/
accelerate.qmd CHANGED
@@ -342,6 +342,7 @@ device = PartialState().device
342
  ::: {style="font-size:70%"}
343
  - `PiPPy` gives us efficient pipeline-parallelism in distributed environments to increase throughput while keeping a simple torch-bound API
344
  - Rather than having to wait for each GPU, every GPU can be busy in parallel
 
345
  :::
346
  ::: {style="font-size:60%;padding-left:19%;padding-top:0%;padding-right:24%;"}
347
  ```python
@@ -407,7 +408,7 @@ with torch.no_grad():
407
 
408
  # 1.0.0: Soon!
409
 
410
- * Tried and battle-tested by over 7M users/month
411
  * As we've been stable for over a year now, we're near ready to release 1.0.0
412
 
413
  # Thanks for joining!
 
342
  ::: {style="font-size:70%"}
343
  - `PiPPy` gives us efficient pipeline-parallelism in distributed environments to increase throughput while keeping a simple torch-bound API
344
  - Rather than having to wait for each GPU, every GPU can be busy in parallel
345
+ - Will be critical as larger LLMs take hold and more than one computer is needed
346
  :::
347
  ::: {style="font-size:60%;padding-left:19%;padding-top:0%;padding-right:24%;"}
348
  ```python
 
408
 
409
  # 1.0.0: Soon!
410
 
411
+ * Tried and battle-tested by over 7M users/month | 110M+ total downloads
412
  * As we've been stable for over a year now, we're near ready to release 1.0.0
413
 
414
  # Thanks for joining!
index.html CHANGED
@@ -755,6 +755,7 @@
755
  <ul>
756
  <li><code>PiPPy</code> gives us efficient pipeline-parallelism in distributed environments to increase throughput while keeping a simple torch-bound API</li>
757
  <li>Rather than having to wait for each GPU, every GPU can be busy in parallel</li>
 
758
  </ul>
759
  </div>
760
  <div style="font-size:60%;padding-left:19%;padding-top:0%;padding-right:24%;">
@@ -837,7 +838,7 @@
837
  <section id="soon" class="title-slide slide level1 center">
838
  <h1>1.0.0: Soon!</h1>
839
  <ul>
840
- <li>Tried and battle-tested by over 7M users/month</li>
841
  <li>As we’ve been stable for over a year now, we’re near ready to release 1.0.0</li>
842
  </ul>
843
  </section>
 
755
  <ul>
756
  <li><code>PiPPy</code> gives us efficient pipeline-parallelism in distributed environments to increase throughput while keeping a simple torch-bound API</li>
757
  <li>Rather than having to wait for each GPU, every GPU can be busy in parallel</li>
758
+ <li>Will be critical as larger LLMs take hold and more than one computer is needed</li>
759
  </ul>
760
  </div>
761
  <div style="font-size:60%;padding-left:19%;padding-top:0%;padding-right:24%;">
 
838
  <section id="soon" class="title-slide slide level1 center">
839
  <h1>1.0.0: Soon!</h1>
840
  <ul>
841
+ <li>Tried and battle-tested by over 7M users/month | 110M+ total downloads</li>
842
  <li>As we’ve been stable for over a year now, we’re near ready to release 1.0.0</li>
843
  </ul>
844
  </section>