Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: intellinjun <jun.lin@intel.com>
  • Loading branch information
intellinjun committed Jun 14, 2024
1 parent e2a052c commit e9b2b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/models/cpp_graph_inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function main() {

## prepare example requirement
pip install -r neural_speed/models/requirements/common.txt
export LD_LIBRARY_PATH=${HOME}/miniconda3/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${HOME}/miniforge3/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
## prepare fp32 bin
python ${convert_script} --outtype f32 --outfile ${working_dir}/${model}-fp32.bin ${input_model}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-bestla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
#source /opt/rh/gcc-toolset-12/enable
conda activate unit-test-bestla || source activate unit-test-bestla
export LD_LIBRARY_PATH=${HOME}/miniconda3/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${HOME}/miniforge/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
cd ${{ github.workspace }}/bestla && mkdir build && cd build && cmake .. -DBTLA_UT_ALL=ON && make -j
./bestla_ut 2>&1 | tee unit_test_bestla.log
Expand Down

0 comments on commit e9b2b9d

Please sign in to comment.