mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: install protoc before server
This commit is contained in:
parent
aaa899139b
commit
caa44012ad
7
.github/workflows/autodocs.yaml
vendored
7
.github/workflows/autodocs.yaml
vendored
@ -20,6 +20,13 @@ jobs:
|
|||||||
echo text-generation-launcher --help
|
echo text-generation-launcher --help
|
||||||
python update_doc.py md --check
|
python update_doc.py md --check
|
||||||
|
|
||||||
|
- name: Install Protoc
|
||||||
|
uses: arduino/setup-protoc@v1
|
||||||
|
- name: Clean unused files
|
||||||
|
run: |
|
||||||
|
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
|
||||||
|
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
make install-cpu
|
make install-cpu
|
||||||
|
Loading…
Reference in New Issue
Block a user