mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-29 18:51:15 +00:00
fix path
This commit is contained in:
2
.github/workflows/score.yml
vendored
2
.github/workflows/score.yml
vendored
@@ -19,6 +19,6 @@ jobs:
|
|||||||
export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH
|
||||||
export CUDA_HOME=/usr/local/cuda-12.4
|
export CUDA_HOME=/usr/local/cuda-12.4
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
python transformers/tests/score.py
|
python ktransformers/tests/score.py
|
||||||
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user