Skip to content

Commit 76aa925

Browse files
Merge pull request #686 from jiangzhonglian/main
更新 scaled_dot_product_attention_tutorial.md
2 parents c3a6075 + c5a3690 commit 76aa925

7 files changed

+154
-1922
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ image: python:alpine
44
before_script:
55
- pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs && mkdocs --version
66
- pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material
7+
- pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-minify-plugin
78

89
# CI 拉取 submodules
910
variables:

0 commit comments

Comments
 (0)