We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30bc35 commit 2575f3fCopy full SHA for 2575f3f
1 file changed
mistral7b/model_rag_carbon_recursive.ipynb
@@ -2912,7 +2912,7 @@
2912
" end_time = time.time()\n",
2913
" emissions_data = tracker.stop_task()\n",
2914
"\n",
2915
- " print(f\"\\n\\n--- Query Metrics (Full Loop) ---\")\n",
+ " print(\"\\n\\n--- Query Metrics (Full Loop) ---\")\n",
2916
" print(f\"Latency: {end_time - start_time:.2f} seconds\")\n",
2917
" print(f\"Emissions: {emissions_data.emissions * 1000:.6f} gCO2eq\")\n",
2918
" print(f\"Energy: {emissions_data.energy_consumed * 1000:.6f} Wh\")\n",
0 commit comments