Remove stale inria reports and add new ones
Adding all Inria reports made on G5K in the spring of 2025.
All the reports are ok per the schema validator
It looks good to me, I just have one question,
On some reports, the number of output token is a float like here :
"{"dataUsage": "output",
"dataType": "token",
"dataQuantity": 692469.9999999993,
I am wondering how it's possible that it's not an integer. Are you averaging something?
I obtain these number through various division and multiplications in my data collection process, which is why I have a floating point originally. What we see here is a floating point error !
Would you prefer if the number of tokens were always integers ?
It's not really a big deal, but I was just wondering how that was possible and if it meant that what you are providing is the average number of tokens generated per request, but we agree that it's the total number of tokens generated for the X requests, right?
Yes, I can confirm that it is the total number of tokens generated for the X requests.