mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Tmate the hell out of this.
This commit is contained in:
parent
ae88fa2f61
commit
38e9349493
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -31,8 +31,6 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
id: python
|
id: python
|
||||||
env:
|
|
||||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
@ -71,6 +69,8 @@ jobs:
|
|||||||
# path: |
|
# path: |
|
||||||
# ~/.cargo/registry
|
# ~/.cargo/registry
|
||||||
# ~/.cargo/git
|
# ~/.cargo/git
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
- 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user