Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/install_flash_infer_attention_score_ops_a2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# This file is a part of the vllm-ascend project.
#

set -euo pipefail
Comment thread
MengqingCao marked this conversation as resolved.
trap 'echo "Error on line $LINENO: command \`$BASH_COMMAND\` failed with exit code $?" >&2' ERR

cd /vllm-workspace
# download fused_infer_attention_score related source files
Expand Down
2 changes: 2 additions & 0 deletions tools/install_flash_infer_attention_score_ops_a3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# limitations under the License.
# This file is a part of the vllm-ascend project.
#
set -euo pipefail
Comment thread
MengqingCao marked this conversation as resolved.
trap 'echo "Error on line $LINENO: command \`$BASH_COMMAND\` failed with exit code $?" >&2' ERR

cd /vllm-workspace
# download fused_infer_attention_score related source files
Expand Down