mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
installation
This commit is contained in:
parent
ea458581ee
commit
0e884aa267
9
.github/workflows/autodocs.yml
vendored
9
.github/workflows/autodocs.yml
vendored
@ -13,12 +13,9 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Launcher
|
- name: Install TGI
|
||||||
id: install-launcher
|
id: install-tgi
|
||||||
run: |
|
run: make install
|
||||||
cd launcher
|
|
||||||
cargo build
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Run TGI Launcher docs
|
- name: Run TGI Launcher docs
|
||||||
id: run-launcher-help
|
id: run-launcher-help
|
||||||
|
Loading…
Reference in New Issue
Block a user