installation

This commit is contained in:
Merve Noyan 2023-09-21 13:48:46 +02:00 committed by Nicolas Patry
parent ea458581ee
commit 0e884aa267

View File

@ -13,12 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Launcher
id: install-launcher
run: |
cd launcher
cargo build
cd ..
- name: Install TGI
id: install-tgi
run: make install
- name: Run TGI Launcher docs
id: run-launcher-help