mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(backend): forward env
This commit is contained in:
parent
3b47b0eb61
commit
cf1d8ed3b2
4
.github/workflows/build_trtllm.yaml
vendored
4
.github/workflows/build_trtllm.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Extract TensorRT-LLM version
|
- name: Extract TensorRT-LLM version
|
||||||
run: |
|
run: |
|
||||||
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
|
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
|
||||||
echo "TensorRT-LLM version: ${{ TENSORRT_LLM_VERSION }}"
|
echo "TensorRT-LLM version: $TENSORRT_LLM_VERSION"
|
||||||
|
|
||||||
- name: "Configure AWS Credentials"
|
- name: "Configure AWS Credentials"
|
||||||
id: aws-creds
|
id: aws-creds
|
||||||
@ -120,5 +120,3 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user