mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
have no idea at this point
This commit is contained in:
parent
5cf4336af6
commit
58f3b66556
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -71,9 +71,10 @@ jobs:
|
|||||||
# ~/.cargo/git
|
# ~/.cargo/git
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
|
# export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
|
||||||
echo $LD_LIBRARY_PATH
|
echo $LD_LIBRARY_PATH
|
||||||
ls ${{ env.pythonLocation }}/lib/
|
ls ${{ env.pythonLocation }}/lib/
|
||||||
|
LD_LIBRARY_PATH
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user