@cloud-ru/uikit-product-calculator 1.9.2 → 1.9.3-preview-b8ce3530.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -113,7 +113,7 @@ data-test-id
113
113
  ### Props
114
114
  | name | type | default value | description |
115
115
  |------|------|---------------|-------------|
116
- | __@iterator@1113* | `() => StringIterator<string>` | - | Iterator |
116
+ | __@iterator@1096* | `() => StringIterator<string>` | - | Iterator |
117
117
  | toWellFormed* | `() => string` | - | Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD). |
118
118
  | isWellFormed* | `() => boolean` | - | Returns true if all leading surrogates and trailing surrogates appear paired and in order. |
119
119
  | at* | `(index: number) => string` | - | Returns a new String consisting of the single UTF-16 code unit located at the specified index. @param index The zero-based index of the desired code unit. A negative index will count back from the last item. |
@@ -108,9 +108,9 @@ const CPU_BY_MODEL_AND_GPU = {
108
108
  };
109
109
  const RAN_BY_MODEL_AND_GPU = {
110
110
  [NVIDIA_A100_40GB.value]: {
111
- '1': [240],
112
- '2': [480],
113
- '4': [960],
111
+ '1': [220],
112
+ '2': [440],
113
+ '4': [880],
114
114
  },
115
115
  [NVIDIA_A100_80GB.value]: {
116
116
  '1': [125],
@@ -105,9 +105,9 @@ const CPU_BY_MODEL_AND_GPU = {
105
105
  };
106
106
  const RAN_BY_MODEL_AND_GPU = {
107
107
  [NVIDIA_A100_40GB.value]: {
108
- '1': [240],
109
- '2': [480],
110
- '4': [960],
108
+ '1': [220],
109
+ '2': [440],
110
+ '4': [880],
111
111
  },
112
112
  [NVIDIA_A100_80GB.value]: {
113
113
  '1': [125],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-calculator",
3
3
  "title": "Calculator",
4
- "version": "1.9.2",
4
+ "version": "1.9.3-preview-b8ce3530.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -71,5 +71,5 @@
71
71
  "devDependencies": {
72
72
  "@types/lodash": "4.17.13"
73
73
  },
74
- "gitHead": "04c618e066d471ab6f846aa9222265abb722f4f8"
74
+ "gitHead": "aba0d061e6def7ee8f4c352d2c51d95ed0dacd22"
75
75
  }
@@ -115,9 +115,9 @@ const CPU_BY_MODEL_AND_GPU: { [model: string]: { [gpu: string]: number[] } } = {
115
115
 
116
116
  const RAN_BY_MODEL_AND_GPU: { [model: string]: { [gpu: string]: number[] } } = {
117
117
  [NVIDIA_A100_40GB.value]: {
118
- '1': [240],
119
- '2': [480],
120
- '4': [960],
118
+ '1': [220],
119
+ '2': [440],
120
+ '4': [880],
121
121
  },
122
122
  [NVIDIA_A100_80GB.value]: {
123
123
  '1': [125],