Skip to content

Commit

Permalink
chore: modify upload README.md to target_model_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh141120 committed Jan 24, 2025
1 parent b73c1f9 commit d3067a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
api = HfApi(token=os.environ['HF_TOKEN'])
# Repository details
repo_id = f"${{ env.USER_NAME }}/${{ env.MODEL_NAME }}"
repo_id = f"${{ env.USER_NAME }}/${{ env.TARGET_MODEL_ID }}"
print("Uploading README.md to repository:", repo_id)
# Upload README.md
api.upload_file(
Expand Down

0 comments on commit d3067a4

Please sign in to comment.