Skip to content

Commit

Permalink
Fix some ops' custom_fallback error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-fengchen committed Jan 18, 2024
1 parent a802992 commit 9a0fdee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dicp/scripts/ci/ascend/test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ LLAMA_MODEL_DIR=$1

export DIPU_MOCK_CUDA=false
export LLAMA_MODEL_DIR=$1
export DIPU_KEEP_TORCHOP_DEFAULT_IMPL_OPS="rsqrt.out,_softmax.out"
1 change: 1 addition & 0 deletions dicp/scripts/ci/tops/ci_tops_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export DIPU_MOCK_CUDA=False
# export LLAMA_MODEL_DIR=$1
# export LLAMA_FINETUNE_DIR=$2
# export STABLE_DIFFUSION_MODEL_DIR=$3
export DIPU_KEEP_TORCHOP_DEFAULT_IMPL_OPS="rsqrt.out,_softmax.out"

0 comments on commit 9a0fdee

Please sign in to comment.