Take 4
Browse files- index.html +1 -1
- llm_conf.qmd +1 -1
- style.css +3 -2
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);
|
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);">
|
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);
|
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);"}
|
330 |
Framework | Model Loading (`torch_dtype`) | Mixed Precision | Preparation (Local) | Training | Optimizer (Local)
|
331 |
--|--|--|--|--|--
|
332 |
FSDP | bf16 | default (none) | bf16 | bf16 | bf16
|
style.css
CHANGED
@@ -15,10 +15,11 @@ p {
|
|
15 |
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
-
|
19 |
-
color:
|
20 |
}
|
21 |
|
|
|
22 |
.card {
|
23 |
max-width: 620px;
|
24 |
margin: 0 auto;
|
|
|
15 |
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
+
table {
|
19 |
+
color: rgb(107, 114, 128);
|
20 |
}
|
21 |
|
22 |
+
|
23 |
.card {
|
24 |
max-width: 620px;
|
25 |
margin: 0 auto;
|