DeepSeek-R1 and Ollama3.2 - Consumption

Go back to list

As power consumption is one of the main aspect of performance, we obtained several measurements of usage through the gpu-burn software:

  • GFLOPS: As therorical raw performance value
  • Temperature: Average hotness during the operation
  • Watt: Average energy delivery

 

{ "configuration": { "chart": { "type": "spline", "polar": false, "zoomType": "", "options3d": {}, "height": null, "width": null, "margin": null, "inverted": false, "zooming": {} }, "credits": { "enabled": false }, "title": { "text": "" }, "colorAxis": null, "subtitle": { "text": "" }, "xAxis": { "title": { "text": [ "Memory usage" ], "useHTML": false, "style": { "color": "#666666" } }, "categories": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "lineWidth": 1, "tickInterval": null, "tickWidth": 1, "tickLength": 10, "tickPixelInterval": null, "plotLines": null, "labels": { "format": "{value}%" }, "plotBands": null, "visible": true, "floor": null, "ceiling": null, "type": "linear", "min": null, "gridLineWidth": null, "gridLineColor": null, "minorTickInterval": null, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "tickmarkPlacement": null, "units": null, "minRange": null, "crosshair": true }, "yAxis": [ { "title": { "text": "Power usage", "style": { "color": "#3c8c40" } }, "categories": [], "plotLines": null, "plotBands": null, "lineWidth": null, "tickInterval": 100, "tickLength": 10, "floor": null, "ceiling": null, "gridLineInterpolation": null, "gridLineWidth": 1, "gridLineColor": "#CCC", "min": 0, "max": null, "minorTickInterval": null, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "minRange": null, "type": "linear", "tickmarkPlacement": null, "labels": { "format": "{value} W", "style": { "color": "#3c8c40" } } }, { "title": { "text": "Temperature", "style": { "color": "#3c0c40" } }, "categories": [], "plotLines": null, "plotBands": null, "lineWidth": null, "tickInterval": 100, "tickLength": 10, "floor": null, "ceiling": null, "gridLineInterpolation": null, "gridLineWidth": 1, "gridLineColor": "#CCC", "min": 0, "max": null, "minorTickInterval": null, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "minRange": null, "type": "linear", "tickmarkPlacement": null, "labels": { "format": "{value} C\u00b0", "style": { "color": "#3c0c40" } }, "opposite": true }, { "title": { "text": "GFLOPS", "style": { "color": "#Ac8c40" } }, "categories": [], "plotLines": null, "plotBands": null, "lineWidth": null, "tickInterval": 100, "tickLength": 10, "floor": null, "ceiling": null, "gridLineInterpolation": null, "gridLineWidth": 0, "gridLineColor": "#CCC", "min": 0, "max": null, "minorTickInterval": null, "minorTickWidth": 0, "minTickInterval": null, "startOnTick": true, "endOnTick": null, "minRange": null, "type": "linear", "tickmarkPlacement": null, "labels": { "format": "{value}", "style": { "color": "#Ac8c40" } } } ], "zAxis": { "title": { "text": "" } }, "plotOptions": { "series": { "dataLabels": { "enabled": false, "format": null, "distance": 30, "align": "center", "inside": null, "allowOverlap": false, "style": { "fontSize": "11px" } }, "showInLegend": null, "turboThreshold": 1000, "stacking": "", "groupPadding": 0, "centerInCategory": false, "findNearestPointBy": "x" } }, "navigator": { "enabled": false }, "scrollbar": { "enabled": false }, "rangeSelector": { "enabled": false, "inputEnabled": false }, "legend": { "enabled": true, "maxHeight": null, "align": "center", "verticalAlign": "bottom", "layout": "horizontal", "width": null, "margin": 12, "reversed": false }, "series": [ { "name": "Power usage", "yAxis": 0, "color": "#3c8c40", "data": [ 126.33333333333333, 155.85714285714286, 162.84920634920636, 173.5925925925926, 174.7142857142857, 190.70833333333334, 186.70833333333334, 197.07407407407405, 208.63611111111112 ], "lineWidth": 5, "tooltip": { "valueSuffix": " W" } }, { "name": "Temperature", "yAxis": 1, "color": "#3c0c40", "data": [ 51.23809523809524, 51.80952380952382, 55.07142857142858, 60.77777777777778, 61.38095238095238, 63.666666666666664, 64.08333333333333, 64.8888888888889, 65.83749999999999 ], "lineWidth": 5, "tooltip": { "valueSuffix": " C\u00b0" } }, { "name": "GFLOPS", "yAxis": 2, "color": "#Ac8c40", "data": [ 12989.47619047619, 13270.190476190475, 13161.460317460316, 13145.037037037036, 13126.47619047619, 13145.75, 13161.375, 13179.851851851852, 13175.029166666667 ], "lineWidth": 5, "tooltip": { "valueSuffix": " GFLOPS" } } ], "drilldown": {}, "tooltip": { "enabled": true, "useHTML": false, "format": null, "headerFormat": "", "pointFormat": "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y:.2f}</b><br/>", "footerFormat": "", "shared": true, "outside": false, "valueDecimals": null, "split": false }, "annotations": null }, "hc_type": "chart", "id": "10512681678782966925010015524300913599" }

Notes

  • Please keep in mind that GFLOPS doesn't directly reflect what LLM can directly provides
  • Power consumption is not in the original sofware. Cloud Mercato did a pull request to include this value in results. Feel free to help us to push this contribution
  • An NVIDIA A40 has idle temperature of 33 C° and 14 Watts
  • No errors were produced by GPU computations during our tests