|
6 | 6 | "4.5": "4.5.0",
|
7 | 7 | "4.6": "4.6.1",
|
8 | 8 | "4.10": "4.10.2",
|
9 |
| - "4.11": "4.11.0" |
| 9 | + "4.11": "4.11.0", |
| 10 | + "4.12": "4.12.3" |
10 | 11 | },
|
11 | 12 | "versions": {
|
12 | 13 | "4.4.2": {
|
|
416 | 417 | "repository": "huggingface-tensorflow-training",
|
417 | 418 | "container_version": {"gpu": "cu112-ubuntu18.04"}
|
418 | 419 | }
|
419 |
| - } |
420 |
| - , |
| 420 | + }, |
421 | 421 | "4.11.0": {
|
422 | 422 | "version_aliases": {
|
423 | 423 | "pytorch1.9": "pytorch1.9.0",
|
|
487 | 487 | "repository": "huggingface-tensorflow-training",
|
488 | 488 | "container_version": {"gpu": "cu112-ubuntu18.04"}
|
489 | 489 | }
|
| 490 | + }, |
| 491 | + "4.12.3": { |
| 492 | + "version_aliases": { |
| 493 | + "pytorch1.9": "pytorch1.9.1", |
| 494 | + "tensorflow2.5": "tensorflow2.5.1" |
| 495 | + }, |
| 496 | + "pytorch1.9.1": { |
| 497 | + "py_versions": ["py38"], |
| 498 | + "registries": { |
| 499 | + "af-south-1": "626614931356", |
| 500 | + "ap-east-1": "871362719292", |
| 501 | + "ap-northeast-1": "763104351884", |
| 502 | + "ap-northeast-2": "763104351884", |
| 503 | + "ap-northeast-3": "364406365360", |
| 504 | + "ap-south-1": "763104351884", |
| 505 | + "ap-southeast-1": "763104351884", |
| 506 | + "ap-southeast-2": "763104351884", |
| 507 | + "ca-central-1": "763104351884", |
| 508 | + "cn-north-1": "727897471807", |
| 509 | + "cn-northwest-1": "727897471807", |
| 510 | + "eu-central-1": "763104351884", |
| 511 | + "eu-north-1": "763104351884", |
| 512 | + "eu-west-1": "763104351884", |
| 513 | + "eu-west-2": "763104351884", |
| 514 | + "eu-west-3": "763104351884", |
| 515 | + "eu-south-1": "692866216735", |
| 516 | + "me-south-1": "217643126080", |
| 517 | + "sa-east-1": "763104351884", |
| 518 | + "us-east-1": "763104351884", |
| 519 | + "us-east-2": "763104351884", |
| 520 | + "us-gov-west-1": "442386744353", |
| 521 | + "us-iso-east-1": "886529160074", |
| 522 | + "us-west-1": "763104351884", |
| 523 | + "us-west-2": "763104351884" |
| 524 | + }, |
| 525 | + "repository": "huggingface-pytorch-training", |
| 526 | + "container_version": {"gpu": "cu111-ubuntu20.04"} |
| 527 | + }, |
| 528 | + "tensorflow2.5.1": { |
| 529 | + "py_versions": ["py37"], |
| 530 | + "registries": { |
| 531 | + "af-south-1": "626614931356", |
| 532 | + "ap-east-1": "871362719292", |
| 533 | + "ap-northeast-1": "763104351884", |
| 534 | + "ap-northeast-2": "763104351884", |
| 535 | + "ap-northeast-3": "364406365360", |
| 536 | + "ap-south-1": "763104351884", |
| 537 | + "ap-southeast-1": "763104351884", |
| 538 | + "ap-southeast-2": "763104351884", |
| 539 | + "ca-central-1": "763104351884", |
| 540 | + "cn-north-1": "727897471807", |
| 541 | + "cn-northwest-1": "727897471807", |
| 542 | + "eu-central-1": "763104351884", |
| 543 | + "eu-north-1": "763104351884", |
| 544 | + "eu-south-1": "692866216735", |
| 545 | + "eu-west-1": "763104351884", |
| 546 | + "eu-west-2": "763104351884", |
| 547 | + "eu-west-3": "763104351884", |
| 548 | + "me-south-1": "217643126080", |
| 549 | + "sa-east-1": "763104351884", |
| 550 | + "us-east-1": "763104351884", |
| 551 | + "us-east-2": "763104351884", |
| 552 | + "us-gov-west-1": "442386744353", |
| 553 | + "us-iso-east-1": "886529160074", |
| 554 | + "us-west-1": "763104351884", |
| 555 | + "us-west-2": "763104351884" |
| 556 | + }, |
| 557 | + "repository": "huggingface-tensorflow-training", |
| 558 | + "container_version": {"gpu": "cu112-ubuntu18.04"} |
| 559 | + } |
490 | 560 | }
|
491 | 561 | }
|
492 | 562 | },
|
|
496 | 566 | "version_aliases": {
|
497 | 567 | "4.6": "4.6.1",
|
498 | 568 | "4.10": "4.10.2",
|
499 |
| - "4.11": "4.11.0" |
| 569 | + "4.11": "4.11.0", |
| 570 | + "4.12": "4.12.3" |
500 | 571 | },
|
501 | 572 | "versions": {
|
502 | 573 | "4.6.1": {
|
|
806 | 877 | "repository": "huggingface-tensorflow-inference",
|
807 | 878 | "container_version": {"gpu": "cu112-ubuntu18.04", "cpu": "ubuntu18.04" }
|
808 | 879 | }
|
| 880 | + }, |
| 881 | + "4.12.3": { |
| 882 | + "version_aliases": { |
| 883 | + "pytorch1.9": "pytorch1.9.1", |
| 884 | + "tensorflow2.5": "tensorflow2.5.1" |
| 885 | + }, |
| 886 | + "pytorch1.9.1": { |
| 887 | + "py_versions": ["py38"], |
| 888 | + "registries": { |
| 889 | + "af-south-1": "626614931356", |
| 890 | + "ap-east-1": "871362719292", |
| 891 | + "ap-northeast-1": "763104351884", |
| 892 | + "ap-northeast-2": "763104351884", |
| 893 | + "ap-northeast-3": "364406365360", |
| 894 | + "ap-south-1": "763104351884", |
| 895 | + "ap-southeast-1": "763104351884", |
| 896 | + "ap-southeast-2": "763104351884", |
| 897 | + "ca-central-1": "763104351884", |
| 898 | + "cn-north-1": "727897471807", |
| 899 | + "cn-northwest-1": "727897471807", |
| 900 | + "eu-central-1": "763104351884", |
| 901 | + "eu-north-1": "763104351884", |
| 902 | + "eu-west-1": "763104351884", |
| 903 | + "eu-west-2": "763104351884", |
| 904 | + "eu-west-3": "763104351884", |
| 905 | + "eu-south-1": "692866216735", |
| 906 | + "me-south-1": "217643126080", |
| 907 | + "sa-east-1": "763104351884", |
| 908 | + "us-east-1": "763104351884", |
| 909 | + "us-east-2": "763104351884", |
| 910 | + "us-gov-west-1": "442386744353", |
| 911 | + "us-iso-east-1": "886529160074", |
| 912 | + "us-west-1": "763104351884", |
| 913 | + "us-west-2": "763104351884" |
| 914 | + }, |
| 915 | + "repository": "huggingface-pytorch-inference", |
| 916 | + "container_version": {"gpu": "cu111-ubuntu20.04", "cpu": "ubuntu20.04" } |
| 917 | + }, |
| 918 | + "tensorflow2.5.1": { |
| 919 | + "py_versions": ["py37"], |
| 920 | + "registries": { |
| 921 | + "af-south-1": "626614931356", |
| 922 | + "ap-east-1": "871362719292", |
| 923 | + "ap-northeast-1": "763104351884", |
| 924 | + "ap-northeast-2": "763104351884", |
| 925 | + "ap-northeast-3": "364406365360", |
| 926 | + "ap-south-1": "763104351884", |
| 927 | + "ap-southeast-1": "763104351884", |
| 928 | + "ap-southeast-2": "763104351884", |
| 929 | + "ca-central-1": "763104351884", |
| 930 | + "cn-north-1": "727897471807", |
| 931 | + "cn-northwest-1": "727897471807", |
| 932 | + "eu-central-1": "763104351884", |
| 933 | + "eu-north-1": "763104351884", |
| 934 | + "eu-south-1": "692866216735", |
| 935 | + "eu-west-1": "763104351884", |
| 936 | + "eu-west-2": "763104351884", |
| 937 | + "eu-west-3": "763104351884", |
| 938 | + "me-south-1": "217643126080", |
| 939 | + "sa-east-1": "763104351884", |
| 940 | + "us-east-1": "763104351884", |
| 941 | + "us-east-2": "763104351884", |
| 942 | + "us-gov-west-1": "442386744353", |
| 943 | + "us-iso-east-1": "886529160074", |
| 944 | + "us-west-1": "763104351884", |
| 945 | + "us-west-2": "763104351884" |
| 946 | + }, |
| 947 | + "repository": "huggingface-tensorflow-inference", |
| 948 | + "container_version": {"gpu": "cu112-ubuntu18.04", "cpu": "ubuntu18.04" } |
| 949 | + } |
809 | 950 | }
|
810 | 951 | }
|
811 | 952 | }
|
|
0 commit comments