mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
missing lib
This commit is contained in:
parent
4e3f687427
commit
d7c6061387
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -198,6 +198,8 @@ jobs:
|
||||
echo "ls:"
|
||||
ls
|
||||
|
||||
pip3 install -U huggingface_hub
|
||||
|
||||
python3 integration-tests/clean_cache_and_download.py --token ${{ secrets.HF_TOKEN }} --cache-dir /data
|
||||
|
||||
# Avoid permissions issues in the next step not run within docker (File was unable to be removed Error: EACCES).
|
||||
|
Loading…
Reference in New Issue
Block a user