|
10 | 10 | "0.5": "0.5.2",
|
11 | 11 | "0.6": "0.6.2",
|
12 | 12 | "0.7": "0.7.0",
|
13 |
| - "0.8": "0.8.2" |
| 13 | + "0.8": "0.8.2", |
| 14 | + "1.0": "1.0.0" |
14 | 15 | },
|
15 | 16 | "versions": {
|
16 | 17 | "0.3.1": {
|
|
438 | 439 | "py_versions": [
|
439 | 440 | "py39"
|
440 | 441 | ]
|
| 442 | + }, |
| 443 | + "1.0.0": { |
| 444 | + "registries": { |
| 445 | + "af-south-1": "626614931356", |
| 446 | + "il-central-1": "780543022126", |
| 447 | + "ap-east-1": "871362719292", |
| 448 | + "ap-northeast-1": "763104351884", |
| 449 | + "ap-northeast-2": "763104351884", |
| 450 | + "ap-northeast-3": "364406365360", |
| 451 | + "ap-south-1": "763104351884", |
| 452 | + "ap-southeast-1": "763104351884", |
| 453 | + "ap-southeast-2": "763104351884", |
| 454 | + "ap-southeast-3": "907027046896", |
| 455 | + "ap-southeast-4": "457447274322", |
| 456 | + "ca-central-1": "763104351884", |
| 457 | + "eu-central-1": "763104351884", |
| 458 | + "eu-north-1": "763104351884", |
| 459 | + "eu-west-1": "763104351884", |
| 460 | + "eu-west-2": "763104351884", |
| 461 | + "eu-west-3": "763104351884", |
| 462 | + "eu-south-1": "692866216735", |
| 463 | + "me-south-1": "217643126080", |
| 464 | + "sa-east-1": "763104351884", |
| 465 | + "us-east-1": "763104351884", |
| 466 | + "us-east-2": "763104351884", |
| 467 | + "us-gov-east-1": "446045086412", |
| 468 | + "us-gov-west-1": "442386744353", |
| 469 | + "us-iso-east-1": "886529160074", |
| 470 | + "us-isob-east-1": "094389454867", |
| 471 | + "us-west-1": "763104351884", |
| 472 | + "us-west-2": "763104351884", |
| 473 | + "ca-west-1": "204538143572" |
| 474 | + }, |
| 475 | + "repository": "autogluon-training", |
| 476 | + "processors": [ |
| 477 | + "cpu", |
| 478 | + "gpu" |
| 479 | + ], |
| 480 | + "py_versions": [ |
| 481 | + "py310" |
| 482 | + ] |
441 | 483 | }
|
442 | 484 | }
|
443 | 485 | },
|
|
448 | 490 | "0.5": "0.5.2",
|
449 | 491 | "0.6": "0.6.2",
|
450 | 492 | "0.7": "0.7.0",
|
451 |
| - "0.8": "0.8.2" |
| 493 | + "0.8": "0.8.2", |
| 494 | + "1.0": "1.0.0" |
452 | 495 | },
|
453 | 496 | "versions": {
|
454 | 497 | "0.3.1": {
|
|
901 | 944 | "py_versions": [
|
902 | 945 | "py39"
|
903 | 946 | ]
|
| 947 | + }, |
| 948 | + "1.0.0": { |
| 949 | + "registries": { |
| 950 | + "af-south-1": "626614931356", |
| 951 | + "il-central-1": "780543022126", |
| 952 | + "ap-east-1": "871362719292", |
| 953 | + "ap-northeast-1": "763104351884", |
| 954 | + "ap-northeast-2": "763104351884", |
| 955 | + "ap-northeast-3": "364406365360", |
| 956 | + "ap-south-1": "763104351884", |
| 957 | + "ap-southeast-1": "763104351884", |
| 958 | + "ap-southeast-2": "763104351884", |
| 959 | + "ap-southeast-3": "907027046896", |
| 960 | + "ap-southeast-4": "457447274322", |
| 961 | + "ca-central-1": "763104351884", |
| 962 | + "cn-north-1": "727897471807", |
| 963 | + "cn-northwest-1": "727897471807", |
| 964 | + "eu-central-1": "763104351884", |
| 965 | + "eu-north-1": "763104351884", |
| 966 | + "eu-west-1": "763104351884", |
| 967 | + "eu-west-2": "763104351884", |
| 968 | + "eu-west-3": "763104351884", |
| 969 | + "eu-south-1": "692866216735", |
| 970 | + "me-south-1": "217643126080", |
| 971 | + "sa-east-1": "763104351884", |
| 972 | + "us-east-1": "763104351884", |
| 973 | + "us-east-2": "763104351884", |
| 974 | + "us-gov-east-1": "446045086412", |
| 975 | + "us-gov-west-1": "442386744353", |
| 976 | + "us-iso-east-1": "886529160074", |
| 977 | + "us-isob-east-1": "094389454867", |
| 978 | + "us-west-1": "763104351884", |
| 979 | + "us-west-2": "763104351884", |
| 980 | + "ca-west-1": "204538143572" |
| 981 | + }, |
| 982 | + "repository": "autogluon-inference", |
| 983 | + "processors": [ |
| 984 | + "cpu", |
| 985 | + "gpu" |
| 986 | + ], |
| 987 | + "py_versions": [ |
| 988 | + "py310" |
| 989 | + ] |
904 | 990 | }
|
905 | 991 | }
|
906 | 992 | }
|
|
0 commit comments