Searched full:package_type (Results 1 – 25 of 97) sorted by relevance
1234
/external/pytorch/.github/scripts/ |
D | generate_ci_workflows.py | 53 package_type: str 69 f"{self.os}-binary-{self.package_type}-{self.abi_version}" 72 self.build_environment = f"{self.os}-binary-{self.package_type}" 113 package_type="manywheel", 124 package_type="manywheel", 138 package_type="conda", 149 package_type="libtorch", 163 package_type="libtorch", 180 package_type="manywheel", 190 package_type="manywheel", [all …]
|
D | generate_binary_build_matrix.py | 251 "package_type": "conda", 308 "package_type": "libtorch", 322 package_type = "wheel" 325 package_type = "manywheel" 378 "package_type": package_type, 384 …"build_name": f"{package_type}-py{python_version}-{gpu_arch_type}{gpu_arch_version}".replace( # n… 405 "package_type": package_type, 407 …"build_name": f"{package_type}-py{python_version}-{gpu_arch_type}{gpu_arch_version}-full".replace(… 425 "package_type": package_type, 426 … "build_name": f"{package_type}-py{python_version}-{gpu_arch_type}{gpu_arch_version}".replace(
|
/external/pytorch/.github/workflows/ |
D | generated-linux-binary-conda-nightly.yml | 46 PACKAGE_TYPE: conda 64 PACKAGE_TYPE: conda 85 PACKAGE_TYPE: conda 105 PACKAGE_TYPE: conda 125 PACKAGE_TYPE: conda 147 PACKAGE_TYPE: conda 168 PACKAGE_TYPE: conda 188 PACKAGE_TYPE: conda 210 PACKAGE_TYPE: conda 231 PACKAGE_TYPE: conda [all …]
|
D | generated-linux-binary-manywheel-nightly.yml | 46 PACKAGE_TYPE: manywheel 64 PACKAGE_TYPE: manywheel 85 PACKAGE_TYPE: manywheel 105 PACKAGE_TYPE: manywheel 124 PACKAGE_TYPE: manywheel 146 PACKAGE_TYPE: manywheel 167 PACKAGE_TYPE: manywheel 187 PACKAGE_TYPE: manywheel 209 PACKAGE_TYPE: manywheel 230 PACKAGE_TYPE: manywheel [all …]
|
D | generated-linux-binary-manywheel-split-nightly | 55 PACKAGE_TYPE: manywheel 79 PACKAGE_TYPE: manywheel 103 PACKAGE_TYPE: manywheel 126 PACKAGE_TYPE: manywheel 150 PACKAGE_TYPE: manywheel 174 PACKAGE_TYPE: manywheel 197 PACKAGE_TYPE: manywheel 221 PACKAGE_TYPE: manywheel 245 PACKAGE_TYPE: manywheel 268 PACKAGE_TYPE: manywheel [all …]
|
D | generated-linux-aarch64-binary-manywheel-nightly.yml | 46 PACKAGE_TYPE: manywheel 67 PACKAGE_TYPE: manywheel 89 PACKAGE_TYPE: manywheel 109 PACKAGE_TYPE: manywheel 133 PACKAGE_TYPE: manywheel 154 PACKAGE_TYPE: manywheel 175 PACKAGE_TYPE: manywheel 197 PACKAGE_TYPE: manywheel 217 PACKAGE_TYPE: manywheel 241 PACKAGE_TYPE: manywheel [all …]
|
D | generated-linux-binary-libtorch-pre-cxx11-nightly.yml | 46 PACKAGE_TYPE: libtorch 65 PACKAGE_TYPE: libtorch 87 PACKAGE_TYPE: libtorch 108 PACKAGE_TYPE: libtorch 128 PACKAGE_TYPE: libtorch 151 PACKAGE_TYPE: libtorch 173 PACKAGE_TYPE: libtorch 193 PACKAGE_TYPE: libtorch 216 PACKAGE_TYPE: libtorch 238 PACKAGE_TYPE: libtorch [all …]
|
D | generated-linux-binary-libtorch-cxx11-abi-nightly.yml | 46 PACKAGE_TYPE: libtorch 65 PACKAGE_TYPE: libtorch 87 PACKAGE_TYPE: libtorch 108 PACKAGE_TYPE: libtorch 128 PACKAGE_TYPE: libtorch 151 PACKAGE_TYPE: libtorch 173 PACKAGE_TYPE: libtorch 193 PACKAGE_TYPE: libtorch 216 PACKAGE_TYPE: libtorch 238 PACKAGE_TYPE: libtorch [all …]
|
D | generated-linux-s390x-binary-manywheel-nightly.yml | 46 PACKAGE_TYPE: manywheel 67 PACKAGE_TYPE: manywheel 89 PACKAGE_TYPE: manywheel 109 PACKAGE_TYPE: manywheel 130 PACKAGE_TYPE: manywheel 152 PACKAGE_TYPE: manywheel 172 PACKAGE_TYPE: manywheel 193 PACKAGE_TYPE: manywheel 215 PACKAGE_TYPE: manywheel 235 PACKAGE_TYPE: manywheel [all …]
|
D | _binary-build-linux.yml | 37 PACKAGE_TYPE: 90 PACKAGE_TYPE: ${{ inputs.PACKAGE_TYPE }} 120 echo "PACKAGE_TYPE=${{ env.PACKAGE_TYPE }}" 243 -e PACKAGE_TYPE \ 260 …ner_name}" bash -c "source ${BINARY_ENV_FILE} && bash /builder/${{ inputs.PACKAGE_TYPE }}/build.sh"
|
D | generated-linux-binary-manywheel-main.yml | 41 PACKAGE_TYPE: manywheel 61 PACKAGE_TYPE: manywheel 81 PACKAGE_TYPE: manywheel 101 PACKAGE_TYPE: manywheel 121 PACKAGE_TYPE: manywheel 141 PACKAGE_TYPE: manywheel
|
D | generated-linux-binary-manywheel-split-main | 50 PACKAGE_TYPE: manywheel 74 PACKAGE_TYPE: manywheel 97 PACKAGE_TYPE: manywheel 121 PACKAGE_TYPE: manywheel 144 PACKAGE_TYPE: manywheel 168 PACKAGE_TYPE: manywheel
|
D | _binary-test-linux.yml | 26 PACKAGE_TYPE: 78 PACKAGE_TYPE: ${{ inputs.PACKAGE_TYPE }} 107 echo "PACKAGE_TYPE=${{ env.PACKAGE_TYPE }}"
|
/external/pytorch/.circleci/scripts/ |
D | binary_macos_test.sh | 11 if [[ "$PACKAGE_TYPE" != libtorch ]]; then 18 if [[ "$PACKAGE_TYPE" == libtorch ]]; then 22 elif [[ "$PACKAGE_TYPE" == conda ]]; then 29 if [[ "$PACKAGE_TYPE" == libtorch ]]; then 33 $workdir/builder/run_tests.sh "$PACKAGE_TYPE" "$DESIRED_PYTHON" "$DESIRED_CUDA"
|
D | binary_populate_env.sh | 26 if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then 33 if [[ "$PACKAGE_TYPE" == conda ]]; then 66 if [[ "$(uname)" == 'Darwin' ]] || [[ "$PACKAGE_TYPE" == conda ]]; then 79 if [[ "$PACKAGE_TYPE" =~ .*wheel.* && -n "${PYTORCH_EXTRA_INSTALL_REQUIREMENTS:-}" ]]; then 89 if [[ "$PACKAGE_TYPE" =~ .*wheel.* && -n "$PYTORCH_BUILD_VERSION" && "$PYTORCH_BUILD_VERSION" =~ .*… 104 if [[ "$PACKAGE_TYPE" == libtorch ]]; then 133 export PACKAGE_TYPE="$PACKAGE_TYPE"
|
D | binary_linux_test.sh | 25 if [[ "$PACKAGE_TYPE" == conda ]]; then 28 elif [[ "$PACKAGE_TYPE" != libtorch ]]; then 73 if [[ "$PACKAGE_TYPE" == conda ]]; then 96 elif [[ "$PACKAGE_TYPE" != libtorch ]]; then 113 if [[ "$PACKAGE_TYPE" == libtorch ]]; then 122 …x* && "\$GPU_ARCH_TYPE" != *xpu* && "\$GPU_ARCH_TYPE" != *rocm* && "$PACKAGE_TYPE" != libtorch ]]…
|
D | binary_windows_build.sh | 22 if [[ "$PACKAGE_TYPE" == 'conda' ]]; then 24 elif [[ "$PACKAGE_TYPE" == 'wheel' || "$PACKAGE_TYPE" == 'libtorch' ]]; then
|
D | binary_upload.sh | 5 PACKAGE_TYPE=${PACKAGE_TYPE:-conda} 91 case "${PACKAGE_TYPE}" in 116 echo "ERROR: unknown package type: ${PACKAGE_TYPE}"
|
/external/pytorch/scripts/release/promote/ |
D | s3_to_s3.sh | 11 PACKAGE_TYPE=${PACKAGE_TYPE:-whl} 15 PYTORCH_S3_FROM=${PYTORCH_S3_FROM:-${PYTORCH_S3_BUCKET}/${PACKAGE_TYPE}/${FROM}} 17 PYTORCH_S3_TO=${PYTORCH_S3_TO:-${PYTORCH_S3_BUCKET}/${PACKAGE_TYPE}/${TO}}
|
/external/grpc-grpc/test/distrib/ruby/ |
D | run_distrib_test.sh | 27 PACKAGE_TYPE="$3" 30 if [[ "$PACKAGE_TYPE" == "source" ]]; then 33 [[ "$PACKAGE_TYPE" == "binary" ]] || die "unexpeced package type: $PACKAGE_TYPE" 53 [[ "$PACKAGE_TYPE" == "source" ]] && exit 0
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/ruby/ |
D | run_distrib_test.sh | 27 PACKAGE_TYPE="$3" 30 if [[ "$PACKAGE_TYPE" == "source" ]]; then 33 [[ "$PACKAGE_TYPE" == "binary" ]] || die "unexpeced package type: $PACKAGE_TYPE" 53 [[ "$PACKAGE_TYPE" == "source" ]] && exit 0
|
/external/angle/build/apple/ |
D | write_pkg_info.py | 33 package_type = plist['CFBundlePackageType'] 34 if package_type != 'APPL': 36 ('APPL', package_type)) 47 fp.write('%s%s' % (package_type, signature_code))
|
/external/cronet/tot/build/apple/ |
D | write_pkg_info.py | 33 package_type = plist['CFBundlePackageType'] 34 if package_type != 'APPL': 36 ('APPL', package_type)) 47 fp.write('%s%s' % (package_type, signature_code))
|
/external/cronet/stable/build/apple/ |
D | write_pkg_info.py | 33 package_type = plist['CFBundlePackageType'] 34 if package_type != 'APPL': 36 ('APPL', package_type)) 47 fp.write('%s%s' % (package_type, signature_code))
|
/external/pytorch/.github/templates/ |
D | upload.yml.j2 | 15 PACKAGE_TYPE: !{{ config["package_type"] }} 29 {%- if config["package_type"] == "manywheel" %} 37 {%- if config["package_type"] == "libtorch" %}
|
1234