Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 580 (0.05 sec)

  1. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

        # Googlers: search for "test_tf_whl_size"
        case "$TF_WHEEL" in
            # CPU:
            *cpu*manylinux*) LARGEST_OK_SIZE=220 ;;
            # GPU:
            *manylinux*)     LARGEST_OK_SIZE=580 ;;
            # Unknown:
            *)
                echo "The wheel's name is in an unknown format."
                exit 1
                ;;
        esac
        # >&3 forces output in bats even if the test passes. See
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. docs/en/docs/img/tutorial/bigger-applications/package.drawio

                        <mxGeometry x="580" y="570" width="360" height="100" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  3. kotlin-js-store/yarn.lock

      dependencies:
        lodash "^4.17.15"
    
    webpack-merge@^5.7.3:
      version "5.8.0"
      resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
      integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
      dependencies:
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.32.md

    ### Changed
    - cloud.google.com/go/accessapproval: v1.7.1 → v1.7.4
    - cloud.google.com/go/accesscontextmanager: v1.8.1 → v1.8.4
    - cloud.google.com/go/aiplatform: v1.48.0 → v1.58.0
    - cloud.google.com/go/analytics: v0.21.3 → v0.22.0
    - cloud.google.com/go/apigateway: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeconnect: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeregistry: v0.7.1 → v0.8.2
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.14.md

    Pod Ready++ ([#580](https://github.com/kubernetes/enhancements/issues/580))
    
    - Introduces extension point for external feedback on pod readiness.
    kubernetes/kubernetes: [#74434](http://github.com/kubernetes/kubernetes/pull/74434),
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // A pod is ready when all its containers are ready AND
      // all conditions specified in the readiness gates have status equal to "True"
      // More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates
      // +optional
      repeated PodReadinessGate readinessGates = 28;
    
      // RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top