Home
last modified time | relevance | path

Searched +full:conda +full:- +full:pytorchbot +full:- +full:token +full:- +full:test (Results 1 – 18 of 18) sorted by relevance

/external/pytorch/.github/workflows/
Dgenerated-linux-binary-conda-nightly.yml5 name: linux-binary-conda
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_conda/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-conda
[all …]
Dgenerated-linux-aarch64-binary-manywheel-nightly.yml5 name: linux-aarch64-binary-manywheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
22 # Needed for conda builds
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-aarch64-binary-manywheel
36 …up: linux-aarch64-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ …
[all …]
Dgenerated-linux-binary-manywheel-nightly.yml5 name: linux-binary-manywheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-manywheel
[all …]
Dgenerated-linux-binary-manywheel-split-nightly5 name: linux-binary-manywheel-split
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-manywheel-split
[all …]
Dgenerated-linux-binary-libtorch-cxx11-abi-nightly.yml5 name: linux-binary-libtorch-cxx11-abi
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_libtorch/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-libtorch-cxx11-abi
[all …]
Dgenerated-linux-binary-libtorch-pre-cxx11-nightly.yml5 name: linux-binary-libtorch-pre-cxx11
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_libtorch/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-libtorch-pre-cxx11
[all …]
D_binary-upload.yml59 github-token:
61 description: Github Token
62 conda-pytorchbot-token:
64 description: Conda PyTorchBot token
65 conda-pytorchbot-token-test:
67 description: Conda PyTorchBot token
71 runs-on: ubuntu-22.04
72 …refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/v'))) && 'conda-aws-upload' || '' }}
92 GITHUB_TOKEN: ${{ secrets.github-token }}
97 - name: Checkout PyTorch
[all …]
Dgenerated-linux-s390x-binary-manywheel-nightly.yml5 name: linux-s390x-binary-manywheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
22 # Needed for conda builds
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-s390x-binary-manywheel
36 …oup: linux-s390x-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ g…
[all …]
Dgenerated-macos-arm64-binary-conda-nightly.yml5 name: macos-arm64-binary-conda
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_conda/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
26 BUILD_ENVIRONMENT: macos-arm64-binary-conda
[all …]
Dgenerated-macos-arm64-binary-wheel-nightly.yml5 name: macos-arm64-binary-wheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
26 BUILD_ENVIRONMENT: macos-arm64-binary-wheel
[all …]
Dgenerated-windows-binary-conda-nightly.yml5 name: windows-binary-conda
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_conda/*'
21 # Needed for conda builds
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-conda
[all …]
Dgenerated-macos-arm64-binary-libtorch-cxx11-abi-nightly.yml5 name: macos-arm64-binary-libtorch-cxx11-abi
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_libtorch/*'
22 # Needed for conda builds
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
26 BUILD_ENVIRONMENT: macos-arm64-binary-libtorch-cxx11-abi
[all …]
Dgenerated-windows-binary-wheel-nightly.yml5 name: windows-binary-wheel
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_wheel/*'
21 # Needed for conda builds
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-wheel
[all …]
Dgenerated-windows-binary-libtorch-debug-nightly.yml5 name: windows-binary-libtorch-debug
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
21 # Needed for conda builds
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-libtorch-debug
[all …]
Dgenerated-windows-binary-libtorch-release-nightly.yml5 name: windows-binary-libtorch-release
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
21 # Needed for conda builds
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-libtorch-release
[all …]
/external/pytorch/.github/templates/
Dupload.yml.j23 {%- macro binary_env(config, is_windows=False) -%}
5 {%- endmacro %}
7 {%- macro binary_env_as_input(config, is_windows=False, include_skip_tests=False) -%}
8 {%- if is_windows %}
11 {%- else %}
14 {%- endif %}
19 {%- if config["gpu_arch_version"] %}
21 {%- endif %}
23 {%- if include_skip_tests %}
25 {%- endif %}
[all …]
/external/executorch/.github/workflows/
Dapple.yml6 - main
7 - release/*
10 - .ci/scripts/setup-ios.sh
11 - .github/workflows/apple.yml
12 - install_requirements.sh
13 - backends/apple/**
14 - build/build_apple_frameworks.sh
15 - build/build_apple_llm_demo.sh
16 - build/create_frameworks.sh
17 - build/test_ios_ci.sh
[all …]
/external/pytorch/.github/scripts/
Dtest_trymerge.py3 # In order to avoid test flakiness, results of the queries
8 # And re-run the test locally with ones PAT
54 ) -> Any:
57 def get_mocked_queries() -> Any:
60 with gzip.open(gql_db_fname, encoding="utf-8", mode="rt") as f:
63 def save_mocked_queries(obj: Any) -> None:
64 with gzip.open(gql_db_fname, encoding="utf-8", mode="wt") as f:
80 err_msg += " GitHub Personal Access Token passed via GITHUB_TOKEN,"
101 def mocked_gh_graphql(query: str, **kwargs: Any) -> Any:
102 def key_function(query: str, kwargs: Any) -> str:
[all …]