Commit bad334fa authored by SkqLiao's avatar SkqLiao
Browse files

fix path

parent bc369b25
...@@ -19,6 +19,6 @@ jobs: ...@@ -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 }}."
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment