mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Try a faster runner
This commit is contained in:
parent
1c296d6047
commit
8d473a568e
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@ -17,7 +17,9 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
run_tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: aws-highmemory-32-plus-priv
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SCCACHE_GHA_ENABLED: "on"
|
SCCACHE_GHA_ENABLED: "on"
|
||||||
@ -82,8 +84,8 @@ jobs:
|
|||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests
|
||||||
run: |
|
run: |
|
||||||
export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/
|
export LD_LIBRARY_PATH=${{ env.pythonLocation }}/lib/
|
||||||
echo $LD_PRELOAD_PATH
|
echo $LD_LIBRARY_PATH
|
||||||
ls ${{ env.pythonLocation }}/lib/
|
ls ${{ env.pythonLocation }}/lib/
|
||||||
cargo test
|
cargo test
|
||||||
- name: sccache stats
|
- name: sccache stats
|
||||||
|
Loading…
Reference in New Issue
Block a user