specify tag separately

pull/28/head
justheuristic 2 years ago
parent 85015c6a1f
commit d0c502bd21

@ -33,6 +33,7 @@ jobs:
name='test-bloomd-350m-$HF_TAG', organization='bloom-testing')" || true
- name: Convert model and push to hub
run: |
export HF_TAG=$(python -c "import os; print(os.environ.get('GITHUB_BASE_REF') or os.environ.get('GITHUB_REF_NAME'))")
python -m cli.convert_model --model bigscience/bloom-350m --output_path ./converted_model \
--output_repo bloom-testing/test-bloomd-350m-$HF_TAG --use_auth_token $BLOOM_TESTING_WRITE_TOKEN

Loading…
Cancel
Save