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:
|
||||
run_tests:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on:
|
||||
group: aws-highmemory-32-plus-priv
|
||||
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: "on"
|
||||
@ -82,8 +84,8 @@ jobs:
|
||||
pre-commit run --all-files
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/
|
||||
echo $LD_PRELOAD_PATH
|
||||
export LD_LIBRARY_PATH=${{ env.pythonLocation }}/lib/
|
||||
echo $LD_LIBRARY_PATH
|
||||
ls ${{ env.pythonLocation }}/lib/
|
||||
cargo test
|
||||
- name: sccache stats
|
||||
|
Loading…
Reference in New Issue
Block a user