mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 21:12:07 +00:00
fix: skip redundant login
This commit is contained in:
parent
01e68b5acf
commit
47e19377cb
1
.github/workflows/python-packaging.yaml
vendored
1
.github/workflows/python-packaging.yaml
vendored
@ -173,5 +173,4 @@ jobs:
|
|||||||
- name: Upload to Hugging Face Hub
|
- name: Upload to Hugging Face Hub
|
||||||
run: |
|
run: |
|
||||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||||
huggingface-cli login
|
|
||||||
huggingface-cli upload flash-attention/dist/* --repo drbh/flash-attention-pre-compile
|
huggingface-cli upload flash-attention/dist/* --repo drbh/flash-attention-pre-compile
|
||||||
|
Loading…
Reference in New Issue
Block a user