Skip to content

Commit

Permalink
Update update_downloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhreyu authored Oct 2, 2024
1 parent 99fa45a commit 913fb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- name: Install jq
run: sudo apt-get install jq # Install jq to process JSON

- name: Get Hugging Face Model Download Count
run: |
curl -s https://huggingface.co/api/models/zhreyu/ComicStrips-Lora-Fluxdev | jq '.downloads' > download_count.txt
Expand Down

0 comments on commit 913fb9e

Please sign in to comment.