mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 06:42:10 +00:00
feat: upload assets to hub rather than github
This commit is contained in:
parent
da1a0b3412
commit
dab44ac1af
8
.github/workflows/python-packaging.yaml
vendored
8
.github/workflows/python-packaging.yaml
vendored
@ -178,7 +178,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls dist
|
ls dist
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- name: Upload to Hugging Face Hub
|
||||||
with:
|
run: |
|
||||||
name: flash-attention-wheels
|
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_PRECOMPILE_TOKEN }}
|
||||||
path: dist
|
huggingface-cli upload drbh/flash-attention-pre-compile flash-attention/dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user