muellerzr HF staff commited on
Commit
c3a2ccd
1 Parent(s): c09153d
Files changed (2) hide show
  1. index.html +1 -1
  2. llm_conf.qmd +1 -1
index.html CHANGED
@@ -894,7 +894,7 @@
894
  <ul>
895
  <li>Extremely similar, however mostly used different naming conventions for items and slight tweaks in the implementation</li>
896
  </ul>
897
- <div style="font-size: 50%;background-color: rgba(0,0,0,.1);color: #93a1a1;">
898
  <table style="width:100%;">
899
  <colgroup>
900
  <col style="width: 16%">
 
894
  <ul>
895
  <li>Extremely similar, however mostly used different naming conventions for items and slight tweaks in the implementation</li>
896
  </ul>
897
+ <div style="font-size: 50%;background-color: rgba(0,0,0,.1);font-color: #93a1a1;">
898
  <table style="width:100%;">
899
  <colgroup>
900
  <col style="width: 16%">
llm_conf.qmd CHANGED
@@ -326,7 +326,7 @@ What is actually happening:
326
 
327
  * Extremely similar, however mostly used different naming conventions for items and slight tweaks in the implementation
328
 
329
- ::: {style="font-size: 50%;background-color: rgba(0,0,0,.1);color: #93a1a1;"}
330
  Framework | Model Loading (`torch_dtype`) | Mixed Precision | Preparation (Local) | Training | Optimizer (Local)
331
  --|--|--|--|--|--
332
  FSDP | bf16 | default (none) | bf16 | bf16 | bf16
 
326
 
327
  * Extremely similar, however mostly used different naming conventions for items and slight tweaks in the implementation
328
 
329
+ ::: {style="font-size: 50%;background-color: rgba(0,0,0,.1);font-color: #93a1a1;"}
330
  Framework | Model Loading (`torch_dtype`) | Mixed Precision | Preparation (Local) | Training | Optimizer (Local)
331
  --|--|--|--|--|--
332
  FSDP | bf16 | default (none) | bf16 | bf16 | bf16