Skip to content

Commit

Permalink
docs: add version tag on methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Sep 20, 2024
1 parent 7233f30 commit 8842112
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 11 deletions.
35 changes: 35 additions & 0 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,38 @@ Light green: 00bf63
.provider-item input {
accent-color: var(--md-accent-fg-color);
}


.badge {
display: inline-flex;
align-items: center;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-size: 14px;
font-weight: 600;
background-color: var(--md-accent-fg-color);
border-radius: 2px;
padding: 0;
height: 22px;
}

.badge__icon {
margin: 0 2px;
font-size: 16px;
}

.badge__text {
padding: 0 4px;
border-bottom: 1px solid var(--md-accent-fg-color);
border-top: 1px solid var(--md-accent-fg-color);
border-right: 1px solid var(--md-accent-fg-color);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
line-height: 20px;
background: #fff;
}

[data-md-color-scheme="slate"] {
.badge__text {
background-color: rgb(30, 37, 41);
}
}
15 changes: 4 additions & 11 deletions docs/methodology/llm_inference.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@

!!! warning "Page still under construction"

This page is still under construction. If you spot any inaccuracies or have questions about the methodology itself, feel free to open an issue on [GitHub](https://github.com/genai-impact/ecologits/issues/new?assignees=&labels=documentation&title=LLM%20Inference%20Methodology:%20%3CIssue%20Title%3E).


!!! warning "Early Publication"

Beware that this is an early version of the methodology to evaluate the environmental impacts of LLMs at inference. We are still testing and reviewing the methodology internally. **Some parts of the methodology may change in the near future.**


# Environmental Impacts of LLM Inference

<span class="badge" makdown>
<span class="badge__icon">:material-tag-outline:</span>
<span class="badge__text">v1.0</span>
</span>

??? info "Known limitations and hypotheses"

Expand Down

0 comments on commit 8842112

Please sign in to comment.