Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fix the google link to download RAMP base model
  • Loading branch information
omranlm authored Oct 25, 2023
1 parent cfb182c commit 83a88b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install gdown

- name: Download Basemodel
run: gdown --fuzzy https://drive.google.com/file/d/1wvJhkiOrSlHmmvJ0avkAdu9sslFf5_I0/view?usp=sharing
run: gdown --fuzzy https://drive.google.com/file/d/1YQsY61S_rGfJ_f6kLQq4ouYE2l3iRe1k/view?usp=sharing

- name: Unzip and Move Basemodel
run: unzip checkpoint.tf.zip -d ramp-code/ramp
Expand Down

0 comments on commit 83a88b7

Please sign in to comment.