Skip to content

Commit bad334f

Browse files
committed
fix path
1 parent bc369b2 commit bad334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH
2020
export CUDA_HOME=/usr/local/cuda-12.4
2121
cd ${{ github.workspace }}
22-
python transformers/tests/score.py
22+
python ktransformers/tests/score.py
2323
2424
- run: echo "This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)