From 8842112b3d7cb1037831bd78f59b9caa7e69b7e5 Mon Sep 17 00:00:00 2001 From: Samuel Rince Date: Fri, 20 Sep 2024 14:27:04 +0200 Subject: [PATCH] docs: add version tag on methodology --- docs/css/extra.css | 35 +++++++++++++++++++++++++++++++ docs/methodology/llm_inference.md | 15 ++++--------- 2 files changed, 39 insertions(+), 11 deletions(-) diff --git a/docs/css/extra.css b/docs/css/extra.css index fab9d7d..f524457 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -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); + } +} diff --git a/docs/methodology/llm_inference.md b/docs/methodology/llm_inference.md index 1fc18c3..3e38d98 100644 --- a/docs/methodology/llm_inference.md +++ b/docs/methodology/llm_inference.md @@ -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 + + :material-tag-outline: + v1.0 + ??? info "Known limitations and hypotheses"