aws-cdk-neuronx-patterns 0.1.0 → 0.2.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/.jsii CHANGED
@@ -9518,7 +9518,7 @@
9518
9518
  "kind": "interface",
9519
9519
  "locationInModule": {
9520
9520
  "filename": "src/base/neuronx/deep-learning-containers.ts",
9521
- "line": 135
9521
+ "line": 233
9522
9522
  },
9523
9523
  "name": "IVllmInferenceNeuronxImage",
9524
9524
  "properties": [
@@ -9530,7 +9530,7 @@
9530
9530
  "immutable": true,
9531
9531
  "locationInModule": {
9532
9532
  "filename": "src/base/neuronx/deep-learning-containers.ts",
9533
- "line": 136
9533
+ "line": 234
9534
9534
  },
9535
9535
  "name": "vllmVersion",
9536
9536
  "type": {
@@ -11968,6 +11968,444 @@
11968
11968
  "name": "PrefixCachingHashAlgo",
11969
11969
  "symbolId": "src/base/server-engine/vllm-engine/vllm-engine-argments:PrefixCachingHashAlgo"
11970
11970
  },
11971
+ "aws-cdk-neuronx-patterns.PytorchInferenceNeuronxImage": {
11972
+ "abstract": true,
11973
+ "assembly": "aws-cdk-neuronx-patterns",
11974
+ "docs": {
11975
+ "stability": "stable"
11976
+ },
11977
+ "fqn": "aws-cdk-neuronx-patterns.PytorchInferenceNeuronxImage",
11978
+ "initializer": {
11979
+ "docs": {
11980
+ "stability": "stable"
11981
+ }
11982
+ },
11983
+ "kind": "class",
11984
+ "locationInModule": {
11985
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
11986
+ "line": 159
11987
+ },
11988
+ "methods": [
11989
+ {
11990
+ "docs": {
11991
+ "stability": "stable"
11992
+ },
11993
+ "locationInModule": {
11994
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
11995
+ "line": 144
11996
+ },
11997
+ "name": "fromNeuronSdkVersion",
11998
+ "parameters": [
11999
+ {
12000
+ "name": "neuronSdkVersion",
12001
+ "type": {
12002
+ "primitive": "string"
12003
+ }
12004
+ },
12005
+ {
12006
+ "name": "pythonVersion",
12007
+ "type": {
12008
+ "primitive": "string"
12009
+ }
12010
+ },
12011
+ {
12012
+ "name": "pytorchVersion",
12013
+ "type": {
12014
+ "primitive": "string"
12015
+ }
12016
+ },
12017
+ {
12018
+ "name": "ubuntuVersion",
12019
+ "type": {
12020
+ "primitive": "string"
12021
+ }
12022
+ }
12023
+ ],
12024
+ "returns": {
12025
+ "type": {
12026
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12027
+ }
12028
+ },
12029
+ "static": true
12030
+ }
12031
+ ],
12032
+ "name": "PytorchInferenceNeuronxImage",
12033
+ "properties": [
12034
+ {
12035
+ "const": true,
12036
+ "docs": {
12037
+ "stability": "stable"
12038
+ },
12039
+ "immutable": true,
12040
+ "locationInModule": {
12041
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12042
+ "line": 160
12043
+ },
12044
+ "name": "imageName",
12045
+ "static": true,
12046
+ "type": {
12047
+ "primitive": "string"
12048
+ }
12049
+ },
12050
+ {
12051
+ "const": true,
12052
+ "docs": {
12053
+ "stability": "stable",
12054
+ "summary": "Latest Neuron SDK."
12055
+ },
12056
+ "immutable": true,
12057
+ "locationInModule": {
12058
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12059
+ "line": 226
12060
+ },
12061
+ "name": "LATEST",
12062
+ "static": true,
12063
+ "type": {
12064
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12065
+ }
12066
+ },
12067
+ {
12068
+ "const": true,
12069
+ "docs": {
12070
+ "stability": "stable",
12071
+ "summary": "Neuron SDK 2.18.0."
12072
+ },
12073
+ "immutable": true,
12074
+ "locationInModule": {
12075
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12076
+ "line": 135
12077
+ },
12078
+ "name": "SDK_2_18_0",
12079
+ "static": true,
12080
+ "type": {
12081
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12082
+ }
12083
+ },
12084
+ {
12085
+ "const": true,
12086
+ "docs": {
12087
+ "stability": "stable",
12088
+ "summary": "Neuron SDK 2.18.1."
12089
+ },
12090
+ "immutable": true,
12091
+ "locationInModule": {
12092
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12093
+ "line": 128
12094
+ },
12095
+ "name": "SDK_2_18_1",
12096
+ "static": true,
12097
+ "type": {
12098
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12099
+ }
12100
+ },
12101
+ {
12102
+ "const": true,
12103
+ "docs": {
12104
+ "stability": "stable",
12105
+ "summary": "Neuron SDK 2.18.2."
12106
+ },
12107
+ "immutable": true,
12108
+ "locationInModule": {
12109
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12110
+ "line": 121
12111
+ },
12112
+ "name": "SDK_2_18_2",
12113
+ "static": true,
12114
+ "type": {
12115
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12116
+ }
12117
+ },
12118
+ {
12119
+ "const": true,
12120
+ "docs": {
12121
+ "stability": "stable",
12122
+ "summary": "Neuron SDK 2.19.0."
12123
+ },
12124
+ "immutable": true,
12125
+ "locationInModule": {
12126
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12127
+ "line": 114
12128
+ },
12129
+ "name": "SDK_2_19_0",
12130
+ "static": true,
12131
+ "type": {
12132
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12133
+ }
12134
+ },
12135
+ {
12136
+ "const": true,
12137
+ "docs": {
12138
+ "stability": "stable",
12139
+ "summary": "Neuron SDK 2.19.1."
12140
+ },
12141
+ "immutable": true,
12142
+ "locationInModule": {
12143
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12144
+ "line": 107
12145
+ },
12146
+ "name": "SDK_2_19_1",
12147
+ "static": true,
12148
+ "type": {
12149
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12150
+ }
12151
+ },
12152
+ {
12153
+ "const": true,
12154
+ "docs": {
12155
+ "stability": "stable",
12156
+ "summary": "Neuron SDK 2.20.0."
12157
+ },
12158
+ "immutable": true,
12159
+ "locationInModule": {
12160
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12161
+ "line": 100
12162
+ },
12163
+ "name": "SDK_2_20_0",
12164
+ "static": true,
12165
+ "type": {
12166
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12167
+ }
12168
+ },
12169
+ {
12170
+ "const": true,
12171
+ "docs": {
12172
+ "stability": "stable",
12173
+ "summary": "Neuron SDK 2.20.1."
12174
+ },
12175
+ "immutable": true,
12176
+ "locationInModule": {
12177
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12178
+ "line": 93
12179
+ },
12180
+ "name": "SDK_2_20_1",
12181
+ "static": true,
12182
+ "type": {
12183
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12184
+ }
12185
+ },
12186
+ {
12187
+ "const": true,
12188
+ "docs": {
12189
+ "stability": "stable",
12190
+ "summary": "Neuron SDK 2.20.2."
12191
+ },
12192
+ "immutable": true,
12193
+ "locationInModule": {
12194
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12195
+ "line": 86
12196
+ },
12197
+ "name": "SDK_2_20_2",
12198
+ "static": true,
12199
+ "type": {
12200
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12201
+ }
12202
+ },
12203
+ {
12204
+ "const": true,
12205
+ "docs": {
12206
+ "stability": "stable",
12207
+ "summary": "Neuron SDK 2.20.2 (PyTorch 1.13.1)."
12208
+ },
12209
+ "immutable": true,
12210
+ "locationInModule": {
12211
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12212
+ "line": 218
12213
+ },
12214
+ "name": "SDK_2_20_2_PYTORCH_1_13_1",
12215
+ "static": true,
12216
+ "type": {
12217
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12218
+ }
12219
+ },
12220
+ {
12221
+ "const": true,
12222
+ "docs": {
12223
+ "stability": "stable",
12224
+ "summary": "Neuron SDK 2.20.2 (PyTorch 2.1.2)."
12225
+ },
12226
+ "immutable": true,
12227
+ "locationInModule": {
12228
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12229
+ "line": 210
12230
+ },
12231
+ "name": "SDK_2_20_2_PYTORCH_2_1_2",
12232
+ "static": true,
12233
+ "type": {
12234
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12235
+ }
12236
+ },
12237
+ {
12238
+ "const": true,
12239
+ "docs": {
12240
+ "stability": "stable",
12241
+ "summary": "Neuron SDK 2.21.0."
12242
+ },
12243
+ "immutable": true,
12244
+ "locationInModule": {
12245
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12246
+ "line": 79
12247
+ },
12248
+ "name": "SDK_2_21_0",
12249
+ "static": true,
12250
+ "type": {
12251
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12252
+ }
12253
+ },
12254
+ {
12255
+ "const": true,
12256
+ "docs": {
12257
+ "stability": "stable",
12258
+ "summary": "Neuron SDK 2.21.1."
12259
+ },
12260
+ "immutable": true,
12261
+ "locationInModule": {
12262
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12263
+ "line": 72
12264
+ },
12265
+ "name": "SDK_2_21_1",
12266
+ "static": true,
12267
+ "type": {
12268
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12269
+ }
12270
+ },
12271
+ {
12272
+ "const": true,
12273
+ "docs": {
12274
+ "stability": "stable",
12275
+ "summary": "Neuron SDK 2.22.0."
12276
+ },
12277
+ "immutable": true,
12278
+ "locationInModule": {
12279
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12280
+ "line": 202
12281
+ },
12282
+ "name": "SDK_2_22_0",
12283
+ "static": true,
12284
+ "type": {
12285
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12286
+ }
12287
+ },
12288
+ {
12289
+ "const": true,
12290
+ "docs": {
12291
+ "stability": "stable",
12292
+ "summary": "Neuron SDK 2.23.0."
12293
+ },
12294
+ "immutable": true,
12295
+ "locationInModule": {
12296
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12297
+ "line": 194
12298
+ },
12299
+ "name": "SDK_2_23_0",
12300
+ "static": true,
12301
+ "type": {
12302
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12303
+ }
12304
+ },
12305
+ {
12306
+ "const": true,
12307
+ "docs": {
12308
+ "stability": "stable",
12309
+ "summary": "Neuron SDK 2.24.0."
12310
+ },
12311
+ "immutable": true,
12312
+ "locationInModule": {
12313
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12314
+ "line": 51
12315
+ },
12316
+ "name": "SDK_2_24_0",
12317
+ "static": true,
12318
+ "type": {
12319
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12320
+ }
12321
+ },
12322
+ {
12323
+ "const": true,
12324
+ "docs": {
12325
+ "stability": "stable",
12326
+ "summary": "Neuron SDK 2.25.0."
12327
+ },
12328
+ "immutable": true,
12329
+ "locationInModule": {
12330
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12331
+ "line": 186
12332
+ },
12333
+ "name": "SDK_2_25_0",
12334
+ "static": true,
12335
+ "type": {
12336
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12337
+ }
12338
+ },
12339
+ {
12340
+ "const": true,
12341
+ "docs": {
12342
+ "stability": "stable",
12343
+ "summary": "Neuron SDK 2.26.1."
12344
+ },
12345
+ "immutable": true,
12346
+ "locationInModule": {
12347
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12348
+ "line": 178
12349
+ },
12350
+ "name": "SDK_2_26_1",
12351
+ "static": true,
12352
+ "type": {
12353
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12354
+ }
12355
+ },
12356
+ {
12357
+ "const": true,
12358
+ "docs": {
12359
+ "stability": "stable",
12360
+ "summary": "Neuron SDK 2.27.1."
12361
+ },
12362
+ "immutable": true,
12363
+ "locationInModule": {
12364
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12365
+ "line": 170
12366
+ },
12367
+ "name": "SDK_2_27_1",
12368
+ "static": true,
12369
+ "type": {
12370
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12371
+ }
12372
+ },
12373
+ {
12374
+ "const": true,
12375
+ "docs": {
12376
+ "stability": "stable",
12377
+ "summary": "Neuron SDK 2.28.0."
12378
+ },
12379
+ "immutable": true,
12380
+ "locationInModule": {
12381
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12382
+ "line": 162
12383
+ },
12384
+ "name": "SDK_2_28_0",
12385
+ "static": true,
12386
+ "type": {
12387
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12388
+ }
12389
+ },
12390
+ {
12391
+ "const": true,
12392
+ "docs": {
12393
+ "stability": "stable"
12394
+ },
12395
+ "immutable": true,
12396
+ "locationInModule": {
12397
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12398
+ "line": 21
12399
+ },
12400
+ "name": "size",
12401
+ "static": true,
12402
+ "type": {
12403
+ "fqn": "aws-cdk-lib.Size"
12404
+ }
12405
+ }
12406
+ ],
12407
+ "symbolId": "src/base/neuronx/deep-learning-containers:PytorchInferenceNeuronxImage"
12408
+ },
11971
12409
  "aws-cdk-neuronx-patterns.PytorchTrainingNeuronxImage": {
11972
12410
  "abstract": true,
11973
12411
  "assembly": "aws-cdk-neuronx-patterns",
@@ -11983,7 +12421,7 @@
11983
12421
  "kind": "class",
11984
12422
  "locationInModule": {
11985
12423
  "filename": "src/base/neuronx/deep-learning-containers.ts",
11986
- "line": 131
12424
+ "line": 229
11987
12425
  },
11988
12426
  "methods": [
11989
12427
  {
@@ -11992,7 +12430,7 @@
11992
12430
  },
11993
12431
  "locationInModule": {
11994
12432
  "filename": "src/base/neuronx/deep-learning-containers.ts",
11995
- "line": 116
12433
+ "line": 144
11996
12434
  },
11997
12435
  "name": "fromNeuronSdkVersion",
11998
12436
  "parameters": [
@@ -12039,7 +12477,7 @@
12039
12477
  "immutable": true,
12040
12478
  "locationInModule": {
12041
12479
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12042
- "line": 132
12480
+ "line": 230
12043
12481
  },
12044
12482
  "name": "imageName",
12045
12483
  "static": true,
@@ -12056,7 +12494,7 @@
12056
12494
  "immutable": true,
12057
12495
  "locationInModule": {
12058
12496
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12059
- "line": 114
12497
+ "line": 142
12060
12498
  },
12061
12499
  "name": "LATEST",
12062
12500
  "static": true,
@@ -12073,7 +12511,7 @@
12073
12511
  "immutable": true,
12074
12512
  "locationInModule": {
12075
12513
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12076
- "line": 107
12514
+ "line": 135
12077
12515
  },
12078
12516
  "name": "SDK_2_18_0",
12079
12517
  "static": true,
@@ -12090,7 +12528,7 @@
12090
12528
  "immutable": true,
12091
12529
  "locationInModule": {
12092
12530
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12093
- "line": 100
12531
+ "line": 128
12094
12532
  },
12095
12533
  "name": "SDK_2_18_1",
12096
12534
  "static": true,
@@ -12107,7 +12545,7 @@
12107
12545
  "immutable": true,
12108
12546
  "locationInModule": {
12109
12547
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12110
- "line": 93
12548
+ "line": 121
12111
12549
  },
12112
12550
  "name": "SDK_2_18_2",
12113
12551
  "static": true,
@@ -12124,7 +12562,7 @@
12124
12562
  "immutable": true,
12125
12563
  "locationInModule": {
12126
12564
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12127
- "line": 86
12565
+ "line": 114
12128
12566
  },
12129
12567
  "name": "SDK_2_19_0",
12130
12568
  "static": true,
@@ -12141,7 +12579,7 @@
12141
12579
  "immutable": true,
12142
12580
  "locationInModule": {
12143
12581
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12144
- "line": 79
12582
+ "line": 107
12145
12583
  },
12146
12584
  "name": "SDK_2_19_1",
12147
12585
  "static": true,
@@ -12158,7 +12596,7 @@
12158
12596
  "immutable": true,
12159
12597
  "locationInModule": {
12160
12598
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12161
- "line": 72
12599
+ "line": 100
12162
12600
  },
12163
12601
  "name": "SDK_2_20_0",
12164
12602
  "static": true,
@@ -12175,7 +12613,7 @@
12175
12613
  "immutable": true,
12176
12614
  "locationInModule": {
12177
12615
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12178
- "line": 65
12616
+ "line": 93
12179
12617
  },
12180
12618
  "name": "SDK_2_20_1",
12181
12619
  "static": true,
@@ -12192,7 +12630,7 @@
12192
12630
  "immutable": true,
12193
12631
  "locationInModule": {
12194
12632
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12195
- "line": 58
12633
+ "line": 86
12196
12634
  },
12197
12635
  "name": "SDK_2_20_2",
12198
12636
  "static": true,
@@ -12209,7 +12647,7 @@
12209
12647
  "immutable": true,
12210
12648
  "locationInModule": {
12211
12649
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12212
- "line": 51
12650
+ "line": 79
12213
12651
  },
12214
12652
  "name": "SDK_2_21_0",
12215
12653
  "static": true,
@@ -12226,7 +12664,7 @@
12226
12664
  "immutable": true,
12227
12665
  "locationInModule": {
12228
12666
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12229
- "line": 44
12667
+ "line": 72
12230
12668
  },
12231
12669
  "name": "SDK_2_21_1",
12232
12670
  "static": true,
@@ -12243,7 +12681,7 @@
12243
12681
  "immutable": true,
12244
12682
  "locationInModule": {
12245
12683
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12246
- "line": 37
12684
+ "line": 65
12247
12685
  },
12248
12686
  "name": "SDK_2_22_0",
12249
12687
  "static": true,
@@ -12260,7 +12698,7 @@
12260
12698
  "immutable": true,
12261
12699
  "locationInModule": {
12262
12700
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12263
- "line": 30
12701
+ "line": 58
12264
12702
  },
12265
12703
  "name": "SDK_2_23_0",
12266
12704
  "static": true,
@@ -12277,7 +12715,7 @@
12277
12715
  "immutable": true,
12278
12716
  "locationInModule": {
12279
12717
  "filename": "src/base/neuronx/deep-learning-containers.ts",
12280
- "line": 23
12718
+ "line": 51
12281
12719
  },
12282
12720
  "name": "SDK_2_24_0",
12283
12721
  "static": true,
@@ -12285,6 +12723,74 @@
12285
12723
  "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12286
12724
  }
12287
12725
  },
12726
+ {
12727
+ "const": true,
12728
+ "docs": {
12729
+ "stability": "stable",
12730
+ "summary": "Neuron SDK 2.25.0."
12731
+ },
12732
+ "immutable": true,
12733
+ "locationInModule": {
12734
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12735
+ "line": 44
12736
+ },
12737
+ "name": "SDK_2_25_0",
12738
+ "static": true,
12739
+ "type": {
12740
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12741
+ }
12742
+ },
12743
+ {
12744
+ "const": true,
12745
+ "docs": {
12746
+ "stability": "stable",
12747
+ "summary": "Neuron SDK 2.26.1."
12748
+ },
12749
+ "immutable": true,
12750
+ "locationInModule": {
12751
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12752
+ "line": 37
12753
+ },
12754
+ "name": "SDK_2_26_1",
12755
+ "static": true,
12756
+ "type": {
12757
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12758
+ }
12759
+ },
12760
+ {
12761
+ "const": true,
12762
+ "docs": {
12763
+ "stability": "stable",
12764
+ "summary": "Neuron SDK 2.27.1."
12765
+ },
12766
+ "immutable": true,
12767
+ "locationInModule": {
12768
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12769
+ "line": 30
12770
+ },
12771
+ "name": "SDK_2_27_1",
12772
+ "static": true,
12773
+ "type": {
12774
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12775
+ }
12776
+ },
12777
+ {
12778
+ "const": true,
12779
+ "docs": {
12780
+ "stability": "stable",
12781
+ "summary": "Neuron SDK 2.28.0."
12782
+ },
12783
+ "immutable": true,
12784
+ "locationInModule": {
12785
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
12786
+ "line": 23
12787
+ },
12788
+ "name": "SDK_2_28_0",
12789
+ "static": true,
12790
+ "type": {
12791
+ "fqn": "aws-cdk-neuronx-patterns.INeuronxImage"
12792
+ }
12793
+ },
12288
12794
  {
12289
12795
  "const": true,
12290
12796
  "docs": {
@@ -13235,7 +13741,7 @@
13235
13741
  "kind": "class",
13236
13742
  "locationInModule": {
13237
13743
  "filename": "src/base/neuronx/deep-learning-containers.ts",
13238
- "line": 138
13744
+ "line": 236
13239
13745
  },
13240
13746
  "methods": [
13241
13747
  {
@@ -13244,7 +13750,7 @@
13244
13750
  },
13245
13751
  "locationInModule": {
13246
13752
  "filename": "src/base/neuronx/deep-learning-containers.ts",
13247
- "line": 151
13753
+ "line": 291
13248
13754
  },
13249
13755
  "name": "fromNeuronSdkVersion",
13250
13756
  "parameters": [
@@ -13292,7 +13798,7 @@
13292
13798
  "immutable": true,
13293
13799
  "locationInModule": {
13294
13800
  "filename": "src/base/neuronx/deep-learning-containers.ts",
13295
- "line": 149
13801
+ "line": 289
13296
13802
  },
13297
13803
  "name": "LATEST",
13298
13804
  "static": true,
@@ -13300,6 +13806,40 @@
13300
13806
  "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13301
13807
  }
13302
13808
  },
13809
+ {
13810
+ "const": true,
13811
+ "docs": {
13812
+ "stability": "stable",
13813
+ "summary": "Neuron SDK 2.24.1 with vLLM 0.7.2."
13814
+ },
13815
+ "immutable": true,
13816
+ "locationInModule": {
13817
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13818
+ "line": 282
13819
+ },
13820
+ "name": "SDK_2_24_1",
13821
+ "static": true,
13822
+ "type": {
13823
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13824
+ }
13825
+ },
13826
+ {
13827
+ "const": true,
13828
+ "docs": {
13829
+ "stability": "stable",
13830
+ "summary": "Neuron SDK 2.25.0 with vLLM 0.9.1."
13831
+ },
13832
+ "immutable": true,
13833
+ "locationInModule": {
13834
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13835
+ "line": 275
13836
+ },
13837
+ "name": "SDK_2_25_0",
13838
+ "static": true,
13839
+ "type": {
13840
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13841
+ }
13842
+ },
13303
13843
  {
13304
13844
  "const": true,
13305
13845
  "docs": {
@@ -13309,13 +13849,81 @@
13309
13849
  "immutable": true,
13310
13850
  "locationInModule": {
13311
13851
  "filename": "src/base/neuronx/deep-learning-containers.ts",
13312
- "line": 142
13852
+ "line": 268
13313
13853
  },
13314
13854
  "name": "SDK_2_26_0",
13315
13855
  "static": true,
13316
13856
  "type": {
13317
13857
  "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13318
13858
  }
13859
+ },
13860
+ {
13861
+ "const": true,
13862
+ "docs": {
13863
+ "stability": "stable",
13864
+ "summary": "Neuron SDK 2.26.1 with vLLM 0.9.1."
13865
+ },
13866
+ "immutable": true,
13867
+ "locationInModule": {
13868
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13869
+ "line": 261
13870
+ },
13871
+ "name": "SDK_2_26_1",
13872
+ "static": true,
13873
+ "type": {
13874
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13875
+ }
13876
+ },
13877
+ {
13878
+ "const": true,
13879
+ "docs": {
13880
+ "stability": "stable",
13881
+ "summary": "Neuron SDK 2.27.1 with vLLM 0.11.0."
13882
+ },
13883
+ "immutable": true,
13884
+ "locationInModule": {
13885
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13886
+ "line": 253
13887
+ },
13888
+ "name": "SDK_2_27_1_VLLM_0_11_0",
13889
+ "static": true,
13890
+ "type": {
13891
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13892
+ }
13893
+ },
13894
+ {
13895
+ "const": true,
13896
+ "docs": {
13897
+ "stability": "stable",
13898
+ "summary": "Neuron SDK 2.27.1 with vLLM 0.13.0."
13899
+ },
13900
+ "immutable": true,
13901
+ "locationInModule": {
13902
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13903
+ "line": 245
13904
+ },
13905
+ "name": "SDK_2_27_1_VLLM_0_13_0",
13906
+ "static": true,
13907
+ "type": {
13908
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13909
+ }
13910
+ },
13911
+ {
13912
+ "const": true,
13913
+ "docs": {
13914
+ "stability": "stable",
13915
+ "summary": "Neuron SDK 2.28.0 with vLLM 0.13.0."
13916
+ },
13917
+ "immutable": true,
13918
+ "locationInModule": {
13919
+ "filename": "src/base/neuronx/deep-learning-containers.ts",
13920
+ "line": 238
13921
+ },
13922
+ "name": "SDK_2_28_0",
13923
+ "static": true,
13924
+ "type": {
13925
+ "fqn": "aws-cdk-neuronx-patterns.IVllmInferenceNeuronxImage"
13926
+ }
13319
13927
  }
13320
13928
  ],
13321
13929
  "symbolId": "src/base/neuronx/deep-learning-containers:VllmInferenceNeuronxImage"
@@ -15234,7 +15842,7 @@
15234
15842
  },
15235
15843
  "locationInModule": {
15236
15844
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15237
- "line": 42
15845
+ "line": 43
15238
15846
  },
15239
15847
  "parameters": [
15240
15848
  {
@@ -15261,7 +15869,7 @@
15261
15869
  "kind": "class",
15262
15870
  "locationInModule": {
15263
15871
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15264
- "line": 37
15872
+ "line": 38
15265
15873
  },
15266
15874
  "name": "VllmNxdInferenceCompileImage",
15267
15875
  "properties": [
@@ -15273,7 +15881,7 @@
15273
15881
  "immutable": true,
15274
15882
  "locationInModule": {
15275
15883
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15276
- "line": 41
15884
+ "line": 42
15277
15885
  },
15278
15886
  "name": "image",
15279
15887
  "overrides": "aws-cdk-neuronx-patterns.VllmNxdInferenceEcsImageBase",
@@ -15295,7 +15903,7 @@
15295
15903
  "kind": "interface",
15296
15904
  "locationInModule": {
15297
15905
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15298
- "line": 63
15906
+ "line": 64
15299
15907
  },
15300
15908
  "name": "VllmNxdInferenceCompileProps",
15301
15909
  "properties": [
@@ -15308,7 +15916,7 @@
15308
15916
  "immutable": true,
15309
15917
  "locationInModule": {
15310
15918
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15311
- "line": 71
15919
+ "line": 72
15312
15920
  },
15313
15921
  "name": "bucket",
15314
15922
  "type": {
@@ -15324,7 +15932,7 @@
15324
15932
  "immutable": true,
15325
15933
  "locationInModule": {
15326
15934
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15327
- "line": 79
15935
+ "line": 80
15328
15936
  },
15329
15937
  "name": "model",
15330
15938
  "type": {
@@ -15340,7 +15948,7 @@
15340
15948
  "immutable": true,
15341
15949
  "locationInModule": {
15342
15950
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15343
- "line": 67
15951
+ "line": 68
15344
15952
  },
15345
15953
  "name": "vpc",
15346
15954
  "type": {
@@ -15358,7 +15966,7 @@
15358
15966
  "immutable": true,
15359
15967
  "locationInModule": {
15360
15968
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15361
- "line": 103
15969
+ "line": 104
15362
15970
  },
15363
15971
  "name": "environment",
15364
15972
  "optional": true,
@@ -15381,7 +15989,7 @@
15381
15989
  "immutable": true,
15382
15990
  "locationInModule": {
15383
15991
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15384
- "line": 115
15992
+ "line": 116
15385
15993
  },
15386
15994
  "name": "image",
15387
15995
  "optional": true,
@@ -15398,7 +16006,7 @@
15398
16006
  "immutable": true,
15399
16007
  "locationInModule": {
15400
16008
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15401
- "line": 75
16009
+ "line": 76
15402
16010
  },
15403
16011
  "name": "neuronxInstanceType",
15404
16012
  "optional": true,
@@ -15417,7 +16025,7 @@
15417
16025
  "immutable": true,
15418
16026
  "locationInModule": {
15419
16027
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15420
- "line": 90
16028
+ "line": 91
15421
16029
  },
15422
16030
  "name": "spot",
15423
16031
  "optional": true,
@@ -15435,7 +16043,7 @@
15435
16043
  "immutable": true,
15436
16044
  "locationInModule": {
15437
16045
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15438
- "line": 110
16046
+ "line": 111
15439
16047
  },
15440
16048
  "name": "vllmArgs",
15441
16049
  "optional": true,
@@ -15453,7 +16061,7 @@
15453
16061
  "immutable": true,
15454
16062
  "locationInModule": {
15455
16063
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15456
- "line": 84
16064
+ "line": 85
15457
16065
  },
15458
16066
  "name": "volumeSize",
15459
16067
  "optional": true,
@@ -15471,7 +16079,7 @@
15471
16079
  "immutable": true,
15472
16080
  "locationInModule": {
15473
16081
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15474
- "line": 96
16082
+ "line": 97
15475
16083
  },
15476
16084
  "name": "vpcSubnets",
15477
16085
  "optional": true,
@@ -15496,7 +16104,7 @@
15496
16104
  "kind": "interface",
15497
16105
  "locationInModule": {
15498
16106
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15499
- "line": 121
16107
+ "line": 122
15500
16108
  },
15501
16109
  "name": "VllmNxdInferenceCompiledModel",
15502
16110
  "properties": [
@@ -15509,7 +16117,7 @@
15509
16117
  "immutable": true,
15510
16118
  "locationInModule": {
15511
16119
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15512
- "line": 125
16120
+ "line": 126
15513
16121
  },
15514
16122
  "name": "vllmArgs",
15515
16123
  "type": {
@@ -15534,7 +16142,7 @@
15534
16142
  },
15535
16143
  "locationInModule": {
15536
16144
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15537
- "line": 135
16145
+ "line": 136
15538
16146
  },
15539
16147
  "parameters": [
15540
16148
  {
@@ -15560,7 +16168,7 @@
15560
16168
  "kind": "class",
15561
16169
  "locationInModule": {
15562
16170
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15563
- "line": 132
16171
+ "line": 133
15564
16172
  },
15565
16173
  "methods": [
15566
16174
  {
@@ -15571,7 +16179,7 @@
15571
16179
  },
15572
16180
  "locationInModule": {
15573
16181
  "filename": "src/vllm-nxd-inference/vllm-nxd-inference-compiler.ts",
15574
- "line": 248
16182
+ "line": 251
15575
16183
  },
15576
16184
  "name": "compile",
15577
16185
  "returns": {
@@ -16481,6 +17089,6 @@
16481
17089
  "symbolId": "src/base/server-engine/vllm-engine/vllm-engine-argments:VllmTask"
16482
17090
  }
16483
17091
  },
16484
- "version": "0.1.0",
16485
- "fingerprint": "IhnuuiOyKT3Wi9FtwReOvcr18BmUyhz8IQGqdmKm2UQ="
17092
+ "version": "0.2.0",
17093
+ "fingerprint": "y3L7pFC63WvgygoXeexNy9PC78TL0KjiDkaYJ1KI0l8="
16486
17094
  }