Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypertool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
HYPER-AI Project
hypertool
Commits
a7018682
Commit
a7018682
authored
3 weeks ago
by
Michael Loukeris
Browse files
Options
Downloads
Patches
Plain Diff
docs: Added docs for energyEfficiency and flopsPerSec
parent
3f3d1a1e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/attributes.rst
+30
-17
30 additions, 17 deletions
docs/source/attributes.rst
docs/source/functionality.rst
+7
-0
7 additions, 0 deletions
docs/source/functionality.rst
with
37 additions
and
17 deletions
docs/source/attributes.rst
+
30
−
17
View file @
a7018682
...
...
@@ -43,6 +43,26 @@ Kubernetes Type: **Annotation**
Implementation: See :ref:`interface_name_and_type`
energyEfficiency
~~~~~~~~~~~~~~~~~
Description: The *energyCost* attribute refers to how energy efficient are the computantions done by the node.
Kubernetes Type: **Annotation**
Implementation: See :ref:`energy_efficiency_annotation`
flopsPerSec
~~~~~~~~~~~~~~~
Description: he *flops_per_sec* attribute represents the computational performance of the node.
**Kubernetes type**: *Annotation*
Implementation: See :ref:`flops_per_sec`
name
~~~~~~~~~~~~~~~~~~~~
...
...
@@ -242,6 +262,16 @@ Kubernetes Type: **Field**
Implementation: From Kubernetes v1.33 in node_v1_core_
capacity
~~~~~~~~~
Description: This attribute entails the nodes computing resources. The cpu cores, emphemeral storage and the memory of the node.
Kubernetes Type: **Field**
Implementation: From Kubernetes v1.33 in node_v1_core_
trustScore
~~~~~~~~~~~~~~
...
...
@@ -271,14 +301,6 @@ Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
capacity
~~~~~~~~~
Description: This attribute entails the nodes computing resources. The cpu cores, emphemeral storage and the memory of the node.
Kubernetes Type: **Field**
Implementation: It is available in the Node Object's status.capacity.
TPU / capacity TPU
...
...
@@ -301,15 +323,6 @@ Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
energyCost
~~~~~~~~~~~~~~~
Description: The *energyCost* attribute refers to how energy efficient are the computantions done by the node.
Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
bandwidth
~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
docs/source/functionality.rst
+
7
−
0
View file @
a7018682
...
...
@@ -165,6 +165,10 @@ If the node's CPU or memory specifications are not available, the function retur
- ``hyperai.eu/node-monetary-cost-category: "unknown"``
.. _energy_efficiency_annotation:
energy_efficiency_annotation
-----------------------------
...
...
@@ -248,6 +252,9 @@ If the TDP cannot be inferred from both the static dataset and the regression mo
This typically occurs when the CPU model cannot be parsed or `lscpu` fails to return required features.
Logs are recorded for such failures with `logging.error`.
.. _flops_per_sec:
flops_per_sec
-----------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment