Upload DS_LLM_INF_00000.json

#1
by Nivose - opened
Files changed (1) hide show
  1. DS_LLM_INF_00000.json +80 -0
DS_LLM_INF_00000.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "header": {
3
+ "reportId":"3adf12f2-31a3-454a-a9d7-6e1710a412f2",
4
+ "reportDatetime":"2024-09-26T10:47:04",
5
+ "reportStatus":"final",
6
+ "publisher": {
7
+ }
8
+ },
9
+ "task": {
10
+ "taskStage":"inference",
11
+ "algorithms": [
12
+ {
13
+ "algorithmType":"llm",
14
+ "foundationModelName":"llama2-13b",
15
+ "parametersNumber":13,
16
+ "framework":"vllm",
17
+ "quantization":"q16"
18
+ }
19
+ ],
20
+ "dataset": [
21
+ {
22
+ "dataUsage":"input",
23
+ "dataType":"token",
24
+ "source":"private",
25
+ "owner":"SSG"
26
+ },
27
+ {
28
+ "dataUsage":"output",
29
+ "dataType":"token",
30
+ "source":"private",
31
+ "owner":"SSG"
32
+ }
33
+ ]
34
+ },
35
+ "measures": [
36
+ {
37
+ "measurementMethod":"codecarbon",
38
+ "version":"2.5.0",
39
+ "cpuTrackingMode":"machine",
40
+ "gpuTrackingMode":"machine",
41
+ "powerConsumption":0.0004894143530043,
42
+ "measurementDuration":3.4514710903167725,
43
+ "measurementDateTime":"2024-09-26T10:47:04"
44
+ }
45
+ ],
46
+ "system": {
47
+ "os":"Linux-5.15.0-116-generic-x86_64-with-glibc2.35"
48
+ },
49
+ "software": {
50
+ "language":"python",
51
+ "version":"3.10.12"
52
+ },
53
+ "infrastructure": {
54
+ "infraType":"privateCloud",
55
+ "cloudProvider":"OVH-v100s",
56
+ "components": [
57
+ {
58
+ "componentName":"Intel(R)Xeon(R)Gold6226RCPU@2.90GHz",
59
+ "componentType":"cpu",
60
+ "nbComponent":30
61
+ },
62
+ {
63
+ "componentName":"2xTeslaV100S-PCIE-32GB",
64
+ "componentType":"gpu",
65
+ "nbComponent":2
66
+ },
67
+ {
68
+ "componentName":"RAM",
69
+ "componentType":"ram",
70
+ "memorySize":86.3035888671875
71
+ }
72
+ ]
73
+ },
74
+ "environment": {
75
+ "country":"France",
76
+ "latitude":48.8582,
77
+ "longitude":2.3387
78
+ },
79
+ "quality":"high"
80
+ }