This commit is contained in:
SkqLiao
2025-03-19 21:28:58 +08:00
parent bc369b256c
commit bad334fa5b

View File

@@ -19,6 +19,6 @@ jobs:
export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH
export CUDA_HOME=/usr/local/cuda-12.4
cd ${{ github.workspace }}
python transformers/tests/score.py
python ktransformers/tests/score.py
- run: echo "This job's status is ${{ job.status }}."