Skip to content

Commit

Permalink
[TD] Remove credentials requirement for retrieval (pytorch#122279)
Browse files Browse the repository at this point in the history
Made the bucket readable by public
https://s3.console.aws.amazon.com/s3/buckets/target-determinator-assets?region=us-east-1&bucketType=general&tab=permissions

The only jobs that matter here are the retrieval and td jobs, which were both successful

Pull Request resolved: pytorch#122279
Approved by: https://github.com/huydhn
  • Loading branch information
clee2000 authored and pytorchmergebot committed Mar 20, 2024
1 parent 2e02e1e commit 334f7e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/llm_td_retrieval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ jobs:
cd ../codellama
pip install -e .
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::308535385114:role/gha_target_determinator_s3_read
aws-region: us-east-1

- name: Fetch CodeLlama Checkpoint
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 334f7e4

Please sign in to comment.